mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
realoding tree after deletion (too many changes in data model)
This commit is contained in:
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) {
|
||||
|
|
Loading…
Reference in a new issue