mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 19:38:24 +08:00
removed unnecessary keypress spacing causing key consistency being wrong
This commit is contained in:
parent
9287ae64c6
commit
93fe3023f2
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ export function finish(difficultyFailed = false) {
|
|||
Replay.replayGetWordsList(input.history);
|
||||
}
|
||||
|
||||
TestStats.recordKeypressSpacing();
|
||||
// TestStats.recordKeypressSpacing();
|
||||
|
||||
TestUI.setResultCalculating(true);
|
||||
TestUI.setResultVisible(true);
|
||||
|
|
Loading…
Reference in a new issue