jump to note: Add "Create and link child note"

This commit is contained in:
Elian Doran 2023-08-28 21:51:40 +03:00
parent af4d0c3ba6
commit 52b5711ecd

View File

@ -58,6 +58,7 @@ export default class JumpToNoteDialog extends BasicWidget {
async refresh() {
noteAutocompleteService.initNoteAutocomplete(this.$autoComplete, {
allowCreatingNotes: true,
hideGoToSelectedNoteButton: true,
container: this.$results
})