mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
fix moving notes
This commit is contained in:
parent
c82308489b
commit
de6ff09bb9
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ function moveBranchToParent(req) {
|
|||
newBranch.save();
|
||||
|
||||
branchToMove.markAsDeleted();
|
||||
branchToMove.save();
|
||||
|
||||
return { success: true };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue