We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d1e8b commit 9b3cd8fCopy full SHA for 9b3cd8f
core/mutator.js
@@ -267,7 +267,7 @@ Blockly.Mutator.prototype.setVisible = function(visible) {
267
this.rootBlock_.setOutputShape(Blockly.OUTPUT_SHAPE_SQUARE);
268
this.rootBlock_.setOutput(true, "normal");
269
this.rootBlock_.setPreviousStatement(false);
270
- this.rootBlock_.startHat_ = false;
+ this.rootBlock_.output_ = true;
271
272
// fixup checkbox colors
273
for (const input of this.rootBlock_.inputList) {
0 commit comments