Fixed bugs in pretty recipe format generation

This commit is contained in:
n1474335 2018-01-18 18:35:17 +00:00
parent 6fbb2f26d1
commit 512487328d
2 changed files with 9 additions and 8 deletions

View file

@ -443,6 +443,7 @@ App.prototype.getRecipeConfig = function() {
/**
* Given a recipe configuration, sets the recipe to that configuration.
*
* @fires Manager#statechange
* @param {Object[]} recipeConfig - The recipe configuration
*/
App.prototype.setRecipeConfig = function(recipeConfig) {
@ -487,6 +488,7 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
// Unpause auto bake
this.autoBakePause = false;
window.disptchEent(this.manager.statechange);
};