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',
argMap: [
{
type: 'input',
inputOp: 'sensing_currentmenu',
inputName: 'CURRENTMENU'
type: 'field',
fieldName: 'CURRENTMENU'
}
]
},