mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 00:29:59 +01:00
fixed autocomplete
This commit is contained in:
@@ -16,7 +16,7 @@ const jumpToNote = (function() {
|
||||
});
|
||||
|
||||
autoCompleteEl.autocomplete({
|
||||
source: getAutocompleteItems(glob.allNoteIds),
|
||||
source: noteTree.getAutocompleteItems(),
|
||||
minLength: 0
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user