We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ce0f2 commit 06b59c4Copy full SHA for 06b59c4
1 file changed
blocks_vertical/operators.js
@@ -145,14 +145,7 @@ Blockly.Blocks['operator_expandableMath'] = {
145
"extensions": ["colours_operators", "output_number"]
146
});
147
148
- this.inputs_ = 2;
149
- if (this.isInFlyout) {
150
- const input1 = this.appendValueInput("NUM1");
151
- this.fillInBlock(input1.connection, "math_number");
152
- const input2 = this.appendValueInput("NUM2");
153
- input2.appendField(this.menuGenerator());
154
- this.fillInBlock(input2.connection, "math_number");
155
- }
+ this.inputs_ = 0;
156
},
157
158
fillInBlock: Blockly.scratchBlocksUtils.generateMutatorShadow,
0 commit comments