fix attr detail related notes

This commit is contained in:
zadam
2020-09-13 22:23:03 +02:00
parent 5e11806110
commit 04c93d6736
3 changed files with 17 additions and 2 deletions

View File

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