mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
fix moving notes
This commit is contained in:
@@ -44,7 +44,6 @@ function moveBranchToParent(req) {
|
||||
newBranch.save();
|
||||
|
||||
branchToMove.markAsDeleted();
|
||||
branchToMove.save();
|
||||
|
||||
return { success: true };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user