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

NavTree Block name not updating upon block edit. #286

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

When the block type name is edited in the Blockly-based editor, and the user changes focus away from the block type name, the nav tree should update its name, if the name is valid.

AnmAtAnm commented 6 years ago

Editing the name manually incurs an alert and auto-revert.