Skip to content

Commit f25750d

Browse files
committed
feat: add editor placeholder
1 parent 61cb1b1 commit f25750d

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/features/editor/TextEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const editorOptions: EditorProps["options"] = {
1818
minimap: { enabled: false },
1919
stickyScroll: { enabled: false },
2020
scrollBeyondLastLine: false,
21+
placeholder: "Start typing...",
2122
};
2223

2324
const TextEditor = () => {

0 commit comments

Comments
 (0)