Skip to content

Commit 9355ef4

Browse files
committed
Adjusting getter positions
1 parent 778edd6 commit 9355ef4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proceds-blockly",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"homepage": "https://github.com/Program-AR/proceds-blockly",
55
"authors": [
66
"Alf Sanzo <[email protected]>"

proceds-blockly.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ window.initProcedsBlockly = function(customStatementType) {
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)