diff --git a/src/public/app/widgets/type_widgets/canvas_note.js b/src/public/app/widgets/type_widgets/canvas_note.js index 001429a5f..b102ee1dd 100644 --- a/src/public/app/widgets/type_widgets/canvas_note.js +++ b/src/public/app/widgets/type_widgets/canvas_note.js @@ -110,9 +110,6 @@ export default class ExcalidrawTypeWidget extends TypeWidget { doRender() { this.$widget = $(TPL); - // leads to contain: none - // https://developer.mozilla.org/en-US/docs/Web/CSS/contain - // this.contentSized(); this.$widget.toggleClass("full-height", true); // only add this.$render = this.$widget.find('.canvas-note-render'); this.renderElement = this.$render.get(0);