mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 22:23:33 +00:00
Fixed dispatchEvent call in recipe loading chain.
This commit is contained in:
@@ -488,7 +488,7 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
|
||||
|
||||
// Unpause auto bake
|
||||
this.autoBakePause = false;
|
||||
window.disptchEent(this.manager.statechange);
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user