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

Move BlockFactory code from AppView to BlockEditor #276

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

addBlockFactoryEventListeners() exists in AppView instead of BlockEditorView or BlockEditorController.

Probably related to the lack of editor lifecycle hooks. See #274.