diff --git a/src/js/script.js b/src/js/script.js index 49c66a37f..ab439be76 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -4535,7 +4535,7 @@ $(document).keydown(function (event) { if (pageTestActive && !commandLineVisible && !modePopupVisible) { if (!wordsFocused && event.key !== "Enter") { focusWords(); - return; + if (config.showOutOfFocusWarning) return; } } else { return; diff --git a/static/index.html b/static/index.html index e2e740579..a4c46c8e2 100644 --- a/static/index.html +++ b/static/index.html @@ -766,8 +766,8 @@