Fixed dispatchEvent call in recipe loading chain.
This commit is contained in:
parent
3c669a075e
commit
eee8b7db56
@ -488,7 +488,7 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
|
|||||||
|
|
||||||
// Unpause auto bake
|
// Unpause auto bake
|
||||||
this.autoBakePause = false;
|
this.autoBakePause = false;
|
||||||
window.disptchEent(this.manager.statechange);
|
window.dispatchEvent(this.manager.statechange);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user