mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
frontend script API documentation
This commit is contained in:
@@ -61,7 +61,7 @@ function goToLink(e) {
|
||||
notePath = getNotePathFromLink(address);
|
||||
}
|
||||
|
||||
treeService.activateNode(notePath);
|
||||
treeService.activateNote(notePath);
|
||||
|
||||
// this is quite ugly hack, but it seems like we can't close the tooltip otherwise
|
||||
$("[role='tooltip']").remove();
|
||||
|
||||
Reference in New Issue
Block a user