fixed autocomplete

This commit is contained in:
azivner
2017-11-19 19:39:39 -05:00
parent e992087720
commit 658f4872af
6 changed files with 49 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ const jumpToNote = (function() {
});
autoCompleteEl.autocomplete({
source: getAutocompleteItems(glob.allNoteIds),
source: noteTree.getAutocompleteItems(),
minLength: 0
});
}