mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Add type check to loop param.
This commit is contained in:
@@ -142,6 +142,7 @@ Blockly.Blocks['controls_for'] = {
|
||||
{
|
||||
"type": "input_value",
|
||||
"name": "TO",
|
||||
"check": "Number",
|
||||
"align": "RIGHT"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user