From 2633167f1d1cbed95e6594f9572e1bb69a4c7699 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 16 Mar 2021 02:16:43 +0000 Subject: [PATCH] fixed mobile command line not working on the first press --- src/js/script.js | 1 + 1 file changed, 1 insertion(+) 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(); });