fixed autofocus not stopping the first event if warning is enabled

This commit is contained in:
Jack 2021-04-15 19:45:10 +01:00
parent 5876233f7c
commit 4fa4bc7137

View file

@ -754,7 +754,7 @@ $(document).keydown(function (event) {
) {
TestUI.focusWords();
wordsFocused = true;
// if (Config.showOutOfFocusWarning) return;
if (Config.showOutOfFocusWarning) return;
}
//tab