Skip to content

Commit

Permalink
Merge pull request #202 from NeftaliVenancio/patch-1
Browse files Browse the repository at this point in the history
Update blockly_blocs.js
  • Loading branch information
cparrapa authored Apr 17, 2024
2 parents 58b1cdd + 6b4760d commit 87aa06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/blocs&generateurs/blockly_blocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Blockly.Blocks["controls_switch"] = {
this.appendStatementInput("DO0").setAlign(Blockly.ALIGN_RIGHT).appendField(Blockly.Msg.CONTROLS_IF_MSG_THEN);
this.setPreviousStatement(true);
this.setNextStatement(true);
this.setInputsInline(true);
this.setInputsInline(false);
this.setMutator(new Blockly.Mutator(["controls_case_break", "controls_case_default"]));
var thisBlock = this;
this.setTooltip(function() {
Expand Down

0 comments on commit 87aa06e

Please sign in to comment.