Skip to content

Commit

Permalink
feat: add editor placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Dec 9, 2024
1 parent 61cb1b1 commit f25750d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/features/editor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const editorOptions: EditorProps["options"] = {
minimap: { enabled: false },
stickyScroll: { enabled: false },
scrollBeyondLastLine: false,
placeholder: "Start typing...",
};

const TextEditor = () => {
Expand Down

0 comments on commit f25750d

Please sign in to comment.