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