mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
added possibility to search by attached script returning note ids + some refactorings
This commit is contained in:
@@ -16,7 +16,7 @@ async function showDialog() {
|
||||
|
||||
$dialog.modal();
|
||||
|
||||
const currentNode = treeService.getCurrentNode();
|
||||
const currentNode = treeService.getActiveNode();
|
||||
|
||||
branchId = currentNode.data.branchId;
|
||||
const branch = await treeCache.getBranch(branchId);
|
||||
|
||||
Reference in New Issue
Block a user