Update tuple.js
This commit is contained in:
@@ -726,7 +726,7 @@ export const tuple_input = {
|
|||||||
this.setColour(TUPLE_HUE);
|
this.setColour(TUPLE_HUE);
|
||||||
this.appendDummyInput("")
|
this.appendDummyInput("")
|
||||||
.appendField('(')
|
.appendField('(')
|
||||||
.appendField(new Blockly.FieldTextInput('0,0,0'),"CONTENT")
|
.appendField(new Blockly.FieldTextInput('2020,1,2,3,4,5'),"CONTENT")
|
||||||
.appendField(')');
|
.appendField(')');
|
||||||
this.setOutput(true);
|
this.setOutput(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user