Fixed deep copy bug with Fork/Register ingredient values.

This commit is contained in:
n1474335 2018-01-25 14:03:13 +00:00
parent eee8b7db56
commit 870c2b6d8b
2 changed files with 4 additions and 3 deletions

View file

@ -488,7 +488,6 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
// Unpause auto bake
this.autoBakePause = false;
window.dispatchEvent(this.manager.statechange);
};