mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 21:39:48 -06: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