mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 09:16:13 +08:00
fixed a bug where afk would be detected even when pressing backspace
This commit is contained in:
parent
0b1dd4c028
commit
4f933730f7
1 changed files with 1 additions and 0 deletions
|
|
@ -1090,6 +1090,7 @@ $(document).keydown((event) => {
|
|||
}
|
||||
compareInput();
|
||||
}
|
||||
currentKeypressCount++;
|
||||
updateCaretPosition();
|
||||
}
|
||||
//space
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue