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