mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
change allowSearchNotes to allowJumpToSearchNotes
This commit is contained in:
@@ -58,7 +58,7 @@ export default class JumpToNoteDialog extends BasicWidget {
|
||||
noteAutocompleteService.initNoteAutocomplete(this.$autoComplete, {
|
||||
allowCreatingNotes: true,
|
||||
hideGoToSelectedNoteButton: true,
|
||||
allowSearchNotes: true,
|
||||
allowJumpToSearchNotes: true,
|
||||
container: this.$results
|
||||
})
|
||||
// clear any event listener added in previous invocation of this function
|
||||
|
||||
Reference in New Issue
Block a user