hover tooltip for internal links

This commit is contained in:
azivner
2017-10-11 20:37:27 -04:00
parent 562a071350
commit c4ed01128b
7 changed files with 66 additions and 12 deletions

View File

@@ -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);