diff --git a/src/js/script.js b/src/js/script.js index 32265adc7..a58ebf68e 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -4177,6 +4177,7 @@ $(document).on("click", "#testModesNotice .text-button", (event) => { }); $(document).on("click", "#commandLineMobileButton", () => { + currentCommands = [commands]; showCommandLine(); });