From 36b75696a21fbef5b49e9f9af7095bdc6c28934e Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Mon, 20 May 2024 16:03:59 +0000 Subject: [PATCH] fix: comment text area bottom border hidden (#8152) --- core/comments/comment_view.ts | 2 -- 1 file changed, 2 deletions(-) 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`; } /**