mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 23:33:25 +00:00
Input now uses CodeMirror editor
This commit is contained in:
@@ -140,7 +140,7 @@ class ControlsWaiter {
|
||||
|
||||
const params = [
|
||||
includeRecipe ? ["recipe", recipeStr] : undefined,
|
||||
includeInput ? ["input", Utils.escapeHtml(input)] : undefined,
|
||||
includeInput && input.length ? ["input", Utils.escapeHtml(input)] : undefined,
|
||||
];
|
||||
|
||||
const hash = params
|
||||
|
||||
Reference in New Issue
Block a user