File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ namespace switchcase {
8484 //% blockId=switchcase_case_block
8585 //% group="Core"
8686 //% weight=90
87- //% inlineInput=false
87+ //% inlineInputMode="external"
8888 //% expandInput=true
8989 //% draggableParameters
9090 //% draggableStatement=enabled
@@ -119,7 +119,7 @@ namespace switchcase {
119119 //% group="Advanced"
120120 //% weight=80
121121 //% draggableParameters="reporter"
122- //% inlineInput ="external"
122+ //% inlineInputMode ="external"
123123 //% expandInput=true
124124 //% match.shadow="dropdown"
125125 //% match.defl="PowerUps.None
@@ -141,7 +141,8 @@ namespace switchcase {
141141 //% group="Core"
142142 //% weight=70
143143 //% draggableParameters
144- //% draggableStatement=enabled
144+ //% draggableStatement="enabled"
145+ //% inlineInputMode="external"
145146 //% expandInput=true
146147 export function defaultCaseBlock ( name : string , handler : ( ) => void ) : void {
147148
You can’t perform that action at this time.
0 commit comments