links are now shown in the relation map as well

This commit is contained in:
azivner
2018-11-14 10:11:15 +01:00
parent 247275d391
commit fc9495bcdf
4 changed files with 43 additions and 5 deletions

View File

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