diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 5310944b7..825ccfece 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -645,6 +645,7 @@ function handleTab(event) { } } } else if (Config.quickTab) { + event.preventDefault(); UI.changePage("test"); } }