From 4fa4bc713788ca9195426062be72f0e71c8cd658 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 15 Apr 2021 19:45:10 +0100 Subject: [PATCH] fixed autofocus not stopping the first event if warning is enabled --- src/js/input-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 3f5c07c1e..2b222d733 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -754,7 +754,7 @@ $(document).keydown(function (event) { ) { TestUI.focusWords(); wordsFocused = true; - // if (Config.showOutOfFocusWarning) return; + if (Config.showOutOfFocusWarning) return; } //tab