mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
[zelos] Add right connection shape element. (#3488)
* Add right connection shape element
This commit is contained in:
@@ -728,7 +728,8 @@ Blockly.blockRendering.RenderInfo.prototype.finalize_ = function() {
|
||||
this.recordElemPositions_(row);
|
||||
}
|
||||
|
||||
this.widthWithChildren = widestRowWithConnectedBlocks + this.startX;
|
||||
this.widthWithChildren = Math.max(this.widthWithChildren,
|
||||
widestRowWithConnectedBlocks + this.startX);
|
||||
|
||||
this.height = yCursor;
|
||||
this.startY = this.topRow.capline;
|
||||
|
||||
Reference in New Issue
Block a user