diff --git a/src/public/app/dialogs/note_revisions.js b/src/public/app/dialogs/note_revisions.js index d47a46bab..647b760ac 100644 --- a/src/public/app/dialogs/note_revisions.js +++ b/src/public/app/dialogs/note_revisions.js @@ -172,23 +172,23 @@ async function setContentPane() { $content.html($table); } else if (revisionItem.type === 'canvas-note') { - /** - * can the revisions called without being on the note type before? - * if so: load excalidraw - */ /** * FIXME: We load a font called Virgil.wof2, which originates from excalidraw.com * REMOVE external dependency!!!! This is defined in the svg in defs.style */ - /** - * FIXME: If svg is not present, probably use live excalidraw? - */ const content = fullNoteRevision.content; try { const data = JSON.parse(content) const svg = data.svg || "no svg present." - $content.html($('