Fix App activation calls, fix block insertion animations
This commit is contained in:
@@ -100,7 +100,7 @@ define([
|
||||
},
|
||||
});
|
||||
|
||||
App.on('before:start', function() {
|
||||
App.on('before:start', function(App, options) {
|
||||
App.registerBlockType('text', {
|
||||
blockModel: Module.TextBlockModel,
|
||||
blockView: Module.TextBlockView,
|
||||
|
Reference in New Issue
Block a user