mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
frontend script API documentation
This commit is contained in:
@@ -31,7 +31,7 @@ async function showDialog() {
|
||||
|
||||
const notePath = linkService.getNotePathFromLabel(ui.item.value);
|
||||
|
||||
treeService.activateNode(notePath);
|
||||
treeService.activateNote(notePath);
|
||||
|
||||
$dialog.dialog('close');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user