mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
fixed autofocus not stopping the first event if warning is enabled
This commit is contained in:
parent
5876233f7c
commit
4fa4bc7137
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ $(document).keydown(function (event) {
|
|||
) {
|
||||
TestUI.focusWords();
|
||||
wordsFocused = true;
|
||||
// if (Config.showOutOfFocusWarning) return;
|
||||
if (Config.showOutOfFocusWarning) return;
|
||||
}
|
||||
|
||||
//tab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue