mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
placeholder for note content
This commit is contained in:
parent
610dd8a783
commit
a6fd3bfb00
@ -19,7 +19,9 @@ async function show() {
|
|||||||
// textEditor might have been initialized during previous await so checking again
|
// textEditor might have been initialized during previous await so checking again
|
||||||
// looks like double initialization can freeze CKEditor pretty badly
|
// looks like double initialization can freeze CKEditor pretty badly
|
||||||
if (!textEditor) {
|
if (!textEditor) {
|
||||||
textEditor = await BalloonEditor.create($component[0]);
|
textEditor = await BalloonEditor.create($component[0], {
|
||||||
|
placeholder: "Type the content of your note here ..."
|
||||||
|
});
|
||||||
|
|
||||||
onNoteChange(noteDetailService.noteChanged);
|
onNoteChange(noteDetailService.noteChanged);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user