tree utils as a module

This commit is contained in:
azivner
2017-11-04 22:18:36 -04:00
parent 900f169dab
commit 30df3cba1c
10 changed files with 82 additions and 65 deletions

View File

@@ -20,7 +20,7 @@ function getAutocompleteItems(noteIds) {
const autocompleteItems = [];
for (const noteId of noteIds) {
const fullName = getFullName(noteId);
const fullName = treeUtils.getFullName(noteId);
if (fullName !== null) {
autocompleteItems.push({