google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Fix Prompt Block #760

Closed TheBrokenRail closed 5 years ago

TheBrokenRail commented 5 years ago

The Blockly Web generators generate code for this as if it is a output block, but it's definition is that of a statement block, this generates incorrect code. This PR turns it into a output bock.


This change is Reviewable