tree change listener and others

This commit is contained in:
zadam
2020-01-29 21:38:58 +01:00
parent 439b45b0b8
commit b65631be7e
10 changed files with 140 additions and 49 deletions

View File

@@ -412,7 +412,7 @@ async function createNote(node, parentNoteId, target, extraOptions = {}) {
await newParentNode.load(true); // force reload to show up new note
await appContext.getMainNoteTree().checkFolderStatus(newParentNode);
await appContext.getMainNoteTree().updateNode(newParentNode);
}
return {note, branch};