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 = {};