google / blockly-android

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

Fix #666: Serialize block with <mutation> before inputs and fields #668

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

Adjust the block mutation serialization order to account for JavaScript's in-order XML processing. Fixes #666


This change is Reviewable