mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
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