mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Reduced extraneous auto bakes
This commit is contained in:
parent
e2a35ea844
commit
db98e56e72
6 changed files with 18 additions and 14 deletions
|
@ -158,13 +158,11 @@ InputWaiter.prototype.inputDrop = function(e) {
|
|||
const CHUNK_SIZE = 20480; // 20KB
|
||||
|
||||
const setInput = function() {
|
||||
this.app.autoBakePause = true;
|
||||
const recipeConfig = this.app.getRecipeConfig();
|
||||
if (!recipeConfig[0] || recipeConfig[0].op !== "From Hex") {
|
||||
recipeConfig.unshift({op: "From Hex", args: ["Space"]});
|
||||
this.app.setRecipeConfig(recipeConfig);
|
||||
}
|
||||
this.app.autoBakePause = false;
|
||||
|
||||
this.set(inputCharcode);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue