google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Fix #272. Manual edits have immediate preview. #292

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

Use a temporary BlockDefinition to create the preview, instead of using the saved model from the project.

Also removed unused method getBlockTypeFromXml_(xmlText).


This change is Reviewable