Import current block menu as field not input

This commit is contained in:
Paul Kaplan 2018-08-02 13:45:00 -04:00
parent c8158321fc
commit 98e45ecdfe

View file

@ -1110,9 +1110,8 @@ const specMap = {
opcode: 'sensing_current', opcode: 'sensing_current',
argMap: [ argMap: [
{ {
type: 'input', type: 'field',
inputOp: 'sensing_currentmenu', fieldName: 'CURRENTMENU'
inputName: 'CURRENTMENU'
} }
] ]
}, },