mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 11:13:38 +00:00
Removed excess auto-baking
This commit is contained in:
@@ -38,7 +38,6 @@ OperationsWaiter.prototype.searchOperations = function(e) {
|
||||
selected = this.getSelectedOp(ops);
|
||||
if (selected > -1) {
|
||||
this.manager.recipe.addOperation(ops[selected].innerHTML);
|
||||
this.app.autoBake();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -197,7 +196,6 @@ OperationsWaiter.prototype.operationDblclick = function(e) {
|
||||
const li = e.target;
|
||||
|
||||
this.manager.recipe.addOperation(li.textContent);
|
||||
this.app.autoBake();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user