mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
backspace is not included in keypress per second
This commit is contained in:
parent
1a56ae9197
commit
cd70f7993d
1 changed files with 1 additions and 1 deletions
|
@ -1833,7 +1833,7 @@ $(document).keydown((event) => {
|
|||
}
|
||||
compareInput(currentWordIndex,currentInput,!config.blindMode);
|
||||
}
|
||||
currentKeypressCount++;
|
||||
// currentKeypressCount++;
|
||||
updateCaretPosition();
|
||||
}
|
||||
//space
|
||||
|
|
Loading…
Reference in a new issue