mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 16:34:45 +08:00
fixed words not marked as 'missed' when pressing space too early
This commit is contained in:
parent
99722561c8
commit
8e9b257555
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ function handleSpace(event, isEnter) {
|
|||
Sound.playError(Config.playSoundOnError);
|
||||
}
|
||||
}
|
||||
TestStats.pushMissedWord(TestLogic.words.getCurrent());
|
||||
TestStats.incrementAccuracy(false);
|
||||
TestStats.incrementKeypressErrors();
|
||||
let cil = TestLogic.input.current.length;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue