mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +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…
Reference in a new issue