mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: comment text area bottom border hidden (#8152)
This commit is contained in:
@@ -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`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user