mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-21 19:28:59 -05:00
client: Fix mindmap preview in revision
This commit is contained in:
@@ -274,7 +274,7 @@ export default class RevisionsDialog extends BasicWidget {
|
||||
}
|
||||
|
||||
this.$content.html($table);
|
||||
} else if (revisionItem.type === 'canvas') {
|
||||
} else if ([ "canvas", "mindMap" ].includes(revisionItem.type)) {
|
||||
const encodedTitle = encodeURIComponent(revisionItem.title);
|
||||
|
||||
this.$content.html($("<img>")
|
||||
|
||||
Reference in New Issue
Block a user