diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 2b222d733..a244a30a6 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -58,7 +58,10 @@ function handleTab(event) { ) { if ($(".pageTest").hasClass("active")) { if (Config.quickTab) { - if (Config.mode == "zen" && !event.shiftKey) { + if ( + (Config.mode == "zen" && !event.shiftKey) || + (TestLogic.hasTab && !event.shiftKey) + ) { //ignore } else { if (event.shiftKey) ManualRestart.set();