2
0
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:
n1474335
2022-06-29 18:02:49 +01:00
parent 54fdc05e3a
commit 85ffe48743
17 changed files with 666 additions and 182 deletions

View File

@@ -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