add default types

This commit is contained in:
Mario
2020-12-18 10:17:20 +01:00
parent ad1e5f1b82
commit a70e333d4d
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -287,7 +287,8 @@ Blockly.Blocks['math_change'] = {
{
"type": "field_variable",
"name": "VAR",
"variable": Blockly.Msg.MATH_CHANGE_TITLE_ITEM
"defaultType": Types.NUMBER.typeName,
"variable": null
},
{
"type": "input_value",