mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +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…
Reference in a new issue