diff --git a/src/js/script.js b/src/js/script.js index b31ff7001..26a159644 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -3014,6 +3014,9 @@ function liveWpmAndRaw() { if (wordsList[currentWordIndex] === currentInput) { correctWordChars += currentInput.length; } + if (activeFunBox === "nospace") { + spaces = 0; + } chars += currentInput.length; let testNow = performance.now(); let testSeconds = (testNow - testStart) / 1000;