change allowSearchNotes to allowJumpToSearchNotes

This commit is contained in:
SiriusXT
2024-11-24 13:11:57 +08:00
parent 1d1c7eb2ca
commit 836fa2deee
3 changed files with 4 additions and 4 deletions

View File

@@ -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