mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
fixed command line enter inputting enter in the test
This commit is contained in:
parent
708b75039f
commit
589cb91459
1 changed files with 1 additions and 1 deletions
|
@ -4746,7 +4746,7 @@ $(document).keydown(function (event) {
|
|||
handleSpace(event, false);
|
||||
}
|
||||
|
||||
if (wordsFocused) {
|
||||
if (wordsFocused && !commandLineVisible) {
|
||||
handleAlpha(event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue