From e54f0977dc0138eaf4074a20cbab64dfa49e7b2e Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Wed, 4 Jan 2023 21:52:45 -0300 Subject: [PATCH] seems I broke redo Signed-off-by: Victor Seiji Hariki --- index.html | 2 +- js/lib/commands.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c861b13..ce50bf7 100644 --- a/index.html +++ b/index.html @@ -327,7 +327,7 @@ - + diff --git a/js/lib/commands.js b/js/lib/commands.js index 6506cd9..618b1ca 100644 --- a/js/lib/commands.js +++ b/js/lib/commands.js @@ -83,6 +83,8 @@ const commands = makeReadOnly( redo: run, }); + const redo = options.redo; + const command = async function runWrapper(title, options, extra) { // Create copy of options and state object const copy = {};