mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
links are now shown in the relation map as well
This commit is contained in:
@@ -108,8 +108,6 @@ async function renderTooltip(note, attributes) {
|
||||
.prop("src", `/api/images/${note.noteId}/${note.title}`)
|
||||
.prop("style", "max-width: 300px; max-height: 300px;")
|
||||
.prop('outerHTML');
|
||||
|
||||
console.log(content);
|
||||
}
|
||||
// other types of notes don't have tooltip preview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user