diff --git a/core/renderers/zelos/info.js b/core/renderers/zelos/info.js index 3a05f4369..c4e8b0ef3 100644 --- a/core/renderers/zelos/info.js +++ b/core/renderers/zelos/info.js @@ -197,8 +197,7 @@ Blockly.zelos.RenderInfo.prototype.getSpacerRowHeight_ = function( var height = Math.max(this.constants_.MEDIUM_PADDING, Math.max(this.constants_.NOTCH_HEIGHT, cornerHeight)); return precedesStatement && followsStatement ? - Math.max(height, - cornerHeight * 2 + this.constants_.DUMMY_INPUT_MIN_HEIGHT) : height; + Math.max(height, this.constants_.DUMMY_INPUT_MIN_HEIGHT) : height; } if ((Blockly.blockRendering.Types.isBottomRow(next))) { if (!this.outputConnection) {