Skip to content

Commit dd06b0b

Browse files
committed
2 parents a75e97a + 9355ef4 commit dd06b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proceds-blockly.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ window.initProcedsBlockly = function(customStatementType, initialize = () => {})
105105
return function() {
106106
var block = callback();
107107
block.$parent = procedureBlock.id;
108+
block.moveBy(procedureBlock.width, -14);
108109
};
109110
};
110111

0 commit comments

Comments
 (0)