mirror of
https://github.com/google/blockly.git
synced 2026-01-16 13:27:09 +01:00
Merge pull request #8298 from gonfunko/width-fix
fix: use the correct with in getBoundingRectangleWithoutChildren().
This commit is contained in:
@@ -457,7 +457,7 @@ export class BlockSvg
|
||||
getBoundingRectangleWithoutChildren(): Rect {
|
||||
return this.getBoundingRectangleWithDimensions({
|
||||
height: this.height,
|
||||
width: this.width,
|
||||
width: this.childlessWidth,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user