diff --git a/core/block_svg.ts b/core/block_svg.ts index bc02ef638..79f548caf 100644 --- a/core/block_svg.ts +++ b/core/block_svg.ts @@ -457,7 +457,7 @@ export class BlockSvg getBoundingRectangleWithoutChildren(): Rect { return this.getBoundingRectangleWithDimensions({ height: this.height, - width: this.width, + width: this.childlessWidth, }); }