mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
refactoring clipboard WIP
This commit is contained in:
@@ -150,7 +150,7 @@ class TreeContextMenu {
|
||||
import("../dialogs/move_to.js").then(d => d.showDialog(nodes));
|
||||
}
|
||||
else if (cmd === "pasteAfter") {
|
||||
clipboard.pasteAfter(this.node);
|
||||
clipboard.pasteAfter(this.treeWidget, this.node);
|
||||
}
|
||||
else if (cmd === "pasteInto") {
|
||||
clipboard.pasteInto(this.node);
|
||||
|
||||
Reference in New Issue
Block a user