mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
activating note opens dialog with its detail
This commit is contained in:
@@ -23,6 +23,8 @@ async function showTree() {
|
||||
treeService.setCurrentNotePathToHash(node);
|
||||
|
||||
noteDetailService.switchToNote(noteId, true);
|
||||
|
||||
$("#detail").modal();
|
||||
},
|
||||
expand: (event, data) => treeService.setExpandedToServer(data.node.data.branchId, true),
|
||||
collapse: (event, data) => treeService.setExpandedToServer(data.node.data.branchId, false),
|
||||
|
||||
Reference in New Issue
Block a user