diff --git a/src/public/app/widgets/note_wrapper.js b/src/public/app/widgets/note_wrapper.js index 91e9ff3cf..424cb6da7 100644 --- a/src/public/app/widgets/note_wrapper.js +++ b/src/public/app/widgets/note_wrapper.js @@ -43,7 +43,7 @@ export default class NoteWrapperWidget extends FlexContainer { } this.$widget.toggleClass("full-content-width", - ['image', 'mermaid', 'book', 'render', 'canvas', 'webView'].includes(note.type) + ['image', 'mermaid', 'book', 'render', 'canvas', 'webView', 'mindMap'].includes(note.type) || !!note?.isLabelTruthy('fullContentWidth') );