mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fix attr detail related notes
This commit is contained in:
@@ -84,6 +84,11 @@ async function renderTooltip(note, noteComplement) {
|
||||
}
|
||||
|
||||
const someNotePath = treeService.getSomeNotePath(note);
|
||||
|
||||
if (!someNotePath) {
|
||||
return;
|
||||
}
|
||||
|
||||
let content = $("<h5>").text(await treeService.getNotePathTitle(someNotePath)).prop('outerHTML');
|
||||
|
||||
const attributes = note.getAttributes()
|
||||
|
||||
Reference in New Issue
Block a user