mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
reloading notes after script changes
This commit is contained in:
@@ -162,9 +162,7 @@ async function deleteNodes(nodes) {
|
||||
node.remove();
|
||||
}
|
||||
|
||||
for (const parentNoteId of parentNoteIds) {
|
||||
await treeService.reloadNote(parentNoteId);
|
||||
}
|
||||
await treeService.reloadNotes(parentNoteIds);
|
||||
|
||||
// activate after all the reloading
|
||||
if (activeNotePath) {
|
||||
|
||||
Reference in New Issue
Block a user