Skip to content

Commit cb1da99

Browse files
authored
Update block_render.js
1 parent 0c7bfe8 commit cb1da99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/block_render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ Blockly.BlockSvg.prototype.positionNewBlock = function(newBlock, newConnection,
19071907
if (paddedOffset) {
19081908
var bounds = existingConnection.sourceBlock_.getBoundingRectangle();
19091909
dx += ((bounds.bottomRight.y - bounds.topLeft.y) / -2) - paddedOffset
1910-
- (Blockly.BlockSvg.SEP_SPACE_X * 2);
1910+
- (Blockly.BlockSvg.SEP_SPACE_X * -1.75);
19111911
}
19121912

19131913
newBlock.moveBy(dx, dy);

0 commit comments

Comments
 (0)