From 52b5711ecdd5957fddd2b91756ee986ff610395b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 28 Aug 2023 21:51:40 +0300 Subject: [PATCH] jump to note: Add "Create and link child note" --- src/public/app/widgets/dialogs/jump_to_note.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/dialogs/jump_to_note.js b/src/public/app/widgets/dialogs/jump_to_note.js index 3f3355433..f3bf3e9bf 100644 --- a/src/public/app/widgets/dialogs/jump_to_note.js +++ b/src/public/app/widgets/dialogs/jump_to_note.js @@ -58,6 +58,7 @@ export default class JumpToNoteDialog extends BasicWidget { async refresh() { noteAutocompleteService.initNoteAutocomplete(this.$autoComplete, { + allowCreatingNotes: true, hideGoToSelectedNoteButton: true, container: this.$results })