mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Correction to logic_ternary type check (#920)
This commit is contained in:
committed by
GitHub
parent
d97edf0dde
commit
49c9c024e4
@@ -231,7 +231,7 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
|
||||
"name": "ELSE"
|
||||
}
|
||||
],
|
||||
"output": true,
|
||||
"output": null,
|
||||
"colour": "%{BKY_LOGIC_HUE}",
|
||||
"tooltip": "%{BKY_LOGIC_TERNARY_TOOLTIP}",
|
||||
"helpUrl": "%{BKY_LOGIC_TERNARY_HELPURL}",
|
||||
|
||||
Reference in New Issue
Block a user