mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
hover tooltip for internal links
This commit is contained in:
@@ -135,7 +135,7 @@ $(() => {
|
||||
activate: (event, data) => {
|
||||
const node = data.node.data;
|
||||
|
||||
saveNoteIfChanged(() => loadNote(node.note_id));
|
||||
saveNoteIfChanged(() => loadNoteToEditor(node.note_id));
|
||||
},
|
||||
expand: (event, data) => {
|
||||
setExpandedToServer(data.node.key, true);
|
||||
|
||||
Reference in New Issue
Block a user