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

@@ -27,7 +27,7 @@ const addLink = (function() {
}
autoCompleteEl.autocomplete({
source: getAutocompleteItems(glob.allNoteIds),
source: noteTree.getAutocompleteItems(),
minLength: 0,
change: () => {
const val = autoCompleteEl.val();