mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
disabling default tab behavior when not on test page and quick tab is enabled
This commit is contained in:
parent
fd5e2e6dc9
commit
da438f8464
1 changed files with 1 additions and 0 deletions
|
@ -645,6 +645,7 @@ function handleTab(event) {
|
|||
}
|
||||
}
|
||||
} else if (Config.quickTab) {
|
||||
event.preventDefault();
|
||||
UI.changePage("test");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue