mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
note complement is now loaded through tree cache
This commit is contained in:
@@ -44,7 +44,7 @@ async function mouseEnterHandler() {
|
||||
const noteId = treeService.getNoteIdFromNotePath(notePath);
|
||||
|
||||
const note = await treeCache.getNote(noteId);
|
||||
const noteComplement = await noteDetailService.loadNoteComplement(noteId);
|
||||
const noteComplement = await treeCache.getNoteComplement(noteId);
|
||||
|
||||
const html = await renderTooltip(note, noteComplement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user