mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
implemented "search in subtree"
This commit is contained in:
@@ -129,6 +129,8 @@ class TreeContextMenu {
|
||||
});
|
||||
}
|
||||
else {
|
||||
console.log("Triggering", command, notePath);
|
||||
|
||||
this.treeWidget.triggerCommand(command, {node: this.node, notePath: notePath});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user