fix: comment text area bottom border hidden (#8152)

This commit is contained in:
Beka Westberg
2024-05-20 16:03:59 +00:00
committed by GitHub
parent c1a2284d94
commit 36b75696a2

View File

@@ -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`;
}
/**