mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
#125, implementation of inheritable relations
This commit is contained in:
@@ -12,7 +12,7 @@ function setupTooltip() {
|
||||
notePath = $(this).attr("note-path");
|
||||
}
|
||||
|
||||
if (notePath !== null) {
|
||||
if (notePath) {
|
||||
const noteId = treeUtils.getNoteIdFromNotePath(notePath);
|
||||
|
||||
noteDetailService.loadNote(noteId).then(note => callback(note.content));
|
||||
|
||||
Reference in New Issue
Block a user