Merge pull request from paulkaplan/fix-current-menu

Import current block menu as field not input
This commit is contained in:
Paul Kaplan 2018-08-06 16:45:51 -04:00 committed by GitHub
commit 6e6e9b49cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'
} }
] ]
}, },