realoding tree after deletion (too many changes in data model)

pull/255/head
azivner 2017-12-09 21:42:22 +07:00
parent f55f0a4ed3
commit 3abbe2d970
1 changed files with 1 additions and 0 deletions

@ -76,6 +76,7 @@ const treeChanges = (function() {
next.setActive();
noteTree.setCurrentNotePathToHash(next);
noteTree.reload();
}
async function moveNodeUpInHierarchy(node) {