mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
tree change listener and others
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user