diff --git a/core/comments/comment_view.ts b/core/comments/comment_view.ts index fbb9b3218..d28e360ea 100644 --- a/core/comments/comment_view.ts +++ b/core/comments/comment_view.ts @@ -404,8 +404,6 @@ export class CommentView implements IRenderedElement { if (this.workspace.RTL) { this.foreignObject.setAttribute('x', `${-size.width}`); } - this.textArea.style.width = `${size.width}px`; - this.textArea.style.height = `${size.height}px`; } /**