preventing default behaviour with quicktab enabled

This commit is contained in:
Jack 2021-04-09 17:18:00 +01:00
parent bb4294765a
commit c8ad880308

View file

@ -62,7 +62,7 @@ function handleTab(event) {
//ignore
} else {
if (event.shiftKey) ManualRestart.set();
event.preventDefault();
if (
TestLogic.active &&
Config.repeatQuotes === "typing" &&