mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix deleting
This commit is contained in:
@@ -160,7 +160,7 @@ class TreeContextMenu {
|
||||
clipboard.pasteInto(noteId);
|
||||
}
|
||||
else if (cmd === "delete") {
|
||||
treeChangesService.deleteNodes(this.getSelectedOrActiveBranchIds());
|
||||
treeChangesService.deleteNotes(this.treeWidget, this.getSelectedOrActiveBranchIds());
|
||||
}
|
||||
else if (cmd === "export") {
|
||||
const exportDialog = await import('../dialogs/export.js');
|
||||
|
||||
Reference in New Issue
Block a user