fix bug causing non-working autocomplete after creating new note

This commit is contained in:
azivner 2017-12-12 22:20:03 -05:00
parent c24d9a0afa
commit 4596d56ae8

View file

@ -614,6 +614,8 @@ const noteTree = (function() {
setParentChildRelation(result.note_tree_id, parentNoteId, result.note_id);
notesTreeMap[result.note_tree_id] = result;
noteIdToTitle[result.note_id] = newNoteName;
noteEditor.newNoteCreated();