mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
allow cloning into notes, not just branches, fixes #2484
This commit is contained in:
@@ -1114,7 +1114,7 @@ class Note extends AbstractEntity {
|
||||
|
||||
const branch = this.becca.getNote(parentNoteId).getParentBranches()[0];
|
||||
|
||||
return cloningService.cloneNoteToParent(this.noteId, branch.branchId);
|
||||
return cloningService.cloneNoteToBranch(this.noteId, branch.branchId);
|
||||
}
|
||||
|
||||
decrypt() {
|
||||
|
||||
Reference in New Issue
Block a user