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 8f43e5c commit 781cf7eCopy full SHA for 781cf7e
src/blockly/generators/propc/gpio.js
@@ -370,7 +370,8 @@ Blockly.Blocks.base_freqout = {
370
.appendField("frequency (Hz)")
371
.setCheck('Number');
372
// Align inputs vertically - solo #313
373
- this.setInputsInline(false);
+ // Reverting solo 313 per SL.
374
+ this.setInputsInline(true);
375
376
this.setPreviousStatement(true, "Block");
377
this.setNextStatement(true, null);
0 commit comments