mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-25 14:38:29 -06: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