fixed mobile command line not working on the first press

This commit is contained in:
Miodec 2021-03-16 02:16:43 +00:00
parent 2d5073bfcc
commit 2633167f1d

View file

@ -4177,6 +4177,7 @@ $(document).on("click", "#testModesNotice .text-button", (event) => {
});
$(document).on("click", "#commandLineMobileButton", () => {
currentCommands = [commands];
showCommandLine();
});