We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd950ec commit 5b311bbCopy full SHA for 5b311bb
src/lib/ruby-to-blocks-converter/wedo2.js
@@ -25,8 +25,8 @@ const Wedo2Converter = {
25
if (args.length === 1 && this._isString(args[0])) {
26
block = this._createBlock('wedo2_motorOn', 'statement');
27
this._addInput(
28
- block,
29
- 'MOTOR_ID',
+ block,
+ 'MOTOR_ID',
30
this._createFieldBlock('wedo2_menu_MOTOR_ID', 'MOTOR_ID', args[0])
31
);
32
}
@@ -35,8 +35,8 @@ const Wedo2Converter = {
35
36
block = this._createBlock('wedo2_motorOff', 'statement');
37
38
39
40
41
42
0 commit comments