mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-26 16:45:59 +08:00
fixed mobile command line not working on the first press
This commit is contained in:
parent
2d5073bfcc
commit
2633167f1d
1 changed files with 1 additions and 0 deletions
|
@ -4177,6 +4177,7 @@ $(document).on("click", "#testModesNotice .text-button", (event) => {
|
|||
});
|
||||
|
||||
$(document).on("click", "#commandLineMobileButton", () => {
|
||||
currentCommands = [commands];
|
||||
showCommandLine();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue