after creating new note, unselect previous active, fixes #45

This commit is contained in:
azivner
2018-02-13 23:25:28 -05:00
parent 5bce9a5f94
commit ebe66eaed9
2 changed files with 3 additions and 3 deletions

View File

@@ -805,6 +805,8 @@ const noteTree = (function() {
throwError("Unrecognized target: " + target);
}
clearSelectedNodes(); // to unmark previously active node
showMessage("Created!");
}