This commit is contained in:
Rachel Fenichel
2019-10-21 15:35:53 -07:00
parent 42552b5b22
commit d48859e338

View File

@@ -531,6 +531,9 @@ Blockly.blockRendering.RenderInfo.prototype.addAlignmentPadding_ = function(row,
if (lastSpacer) {
lastSpacer.width += missingSpace;
row.width += missingSpace;
if (row.hasExternalInput || row.hasStatement) {
row.widthWithConnectedBlocks += missingSpace;
}
}
};