File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1226,7 +1226,8 @@ class Runtime extends EventEmitter {
1226
1226
ScratchBlocksConstants . OUTPUT_SHAPE_ROUND : ScratchBlocksConstants . OUTPUT_SHAPE_SQUARE ,
1227
1227
args0 : [
1228
1228
{ // to do: we could reimplement field_numberdropdown here really easily
1229
- type : menuInfo . acceptText ? 'field_textdropdown' : 'field_dropdown' ,
1229
+ type : menuInfo . acceptText ?
1230
+ 'field_textdropdown' : 'field_dropdown' ,
1230
1231
name : menuName ,
1231
1232
options : menuItems
1232
1233
}
@@ -1633,7 +1634,6 @@ class Runtime extends EventEmitter {
1633
1634
let valueName ;
1634
1635
let shadowType ;
1635
1636
let fieldName ;
1636
- let allowText ;
1637
1637
if ( argInfo . menu ) {
1638
1638
const menuInfo = context . categoryInfo . menuInfo [ argInfo . menu ] ;
1639
1639
if ( menuInfo . acceptReporters ) {
You can’t perform that action at this time.
0 commit comments