diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 0f833d2d1..dc58111dc 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -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;