diff --git a/src/lib/components/notes/NoteEditor.svelte b/src/lib/components/notes/NoteEditor.svelte index de48289db9..7531adc325 100644 --- a/src/lib/components/notes/NoteEditor.svelte +++ b/src/lib/components/notes/NoteEditor.svelte @@ -887,6 +887,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings, e.stopPropagation(); generateTitleHandler(); + titleInputFocused = false; }} > @@ -1202,7 +1203,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
- + {#if editing}