mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-11 17:16:40 +08:00
preventing default behaviour with quicktab enabled
This commit is contained in:
parent
bb4294765a
commit
c8ad880308
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function handleTab(event) {
|
|||
//ignore
|
||||
} else {
|
||||
if (event.shiftKey) ManualRestart.set();
|
||||
|
||||
event.preventDefault();
|
||||
if (
|
||||
TestLogic.active &&
|
||||
Config.repeatQuotes === "typing" &&
|
||||
|
|
Loading…
Add table
Reference in a new issue