mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
fix step for disabled operations and comments
This commit is contained in:
parent
1bc88728f0
commit
aa0bf64642
2 changed files with 8 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Recipe {
|
|||
module: OperationConfig[c.op].module,
|
||||
ingValues: c.args,
|
||||
breakpoint: c.breakpoint,
|
||||
disabled: c.disabled || c.op === "Comment",
|
||||
disabled: c.disabled,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue