mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 13:53:26 +00:00
Input and Output encodings are now saved per tab
This commit is contained in:
@@ -138,8 +138,8 @@ class ControlsWaiter {
|
||||
}
|
||||
}
|
||||
|
||||
const inputChrEnc = this.manager.input.inputChrEnc;
|
||||
const outputChrEnc = this.manager.output.outputChrEnc;
|
||||
const inputChrEnc = this.manager.input.getChrEnc();
|
||||
const outputChrEnc = this.manager.output.getChrEnc();
|
||||
|
||||
const params = [
|
||||
includeRecipe ? ["recipe", recipeStr] : undefined,
|
||||
|
||||
Reference in New Issue
Block a user