mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-30 09:19:23 -05: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