Update tuple.js

This commit is contained in:
fredqian
2025-02-22 15:06:21 +08:00
parent 321ed7438d
commit b19925539a

View File

@@ -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);
} }