mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 10:54:28 +08:00
fix focus
This commit is contained in:
parent
e9ba0829ea
commit
ef8876ebc8
1 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,8 @@ $(document).on("keydown", (e) => {
|
|||
} else if (
|
||||
TestState.resultVisible &&
|
||||
(TribeState.getRoomState() === TribeTypes.ROOM_STATE.RACE_ONE_FINISHED ||
|
||||
TribeState.getRoomState() ===
|
||||
TribeTypes.ROOM_STATE.RACE_AWAITING_RESULTS ||
|
||||
TribeState.getRoomState() === TribeTypes.ROOM_STATE.SHOWING_RESULTS ||
|
||||
TribeState.getRoomState() === TribeTypes.ROOM_STATE.READY_TO_CONTINUE)
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue