mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed deep copy bug with Fork/Register ingredient values.
This commit is contained in:
parent
eee8b7db56
commit
870c2b6d8b
2 changed files with 4 additions and 3 deletions
|
@ -488,7 +488,6 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
|
|||
|
||||
// Unpause auto bake
|
||||
this.autoBakePause = false;
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue