mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 05:54:22 +08:00
not reacting if user is not a leader
This commit is contained in:
parent
ce639a3894
commit
c7c5ee0b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -4475,6 +4475,7 @@ $(document).keydown((event) => {
|
|||
(event["keyCode"] == 9 && !config.swapEscAndTab) ||
|
||||
(event["keyCode"] == 27 && config.swapEscAndTab)
|
||||
) {
|
||||
if (MP.state >= 10) return;
|
||||
if (
|
||||
!event.ctrlKey &&
|
||||
config.quickTab &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue