made sure raw includes space

This commit is contained in:
Jack 2020-06-24 22:21:30 +01:00
parent e132c59d9c
commit 1a56ae9197

View file

@ -1877,6 +1877,7 @@ $(document).keydown((event) => {
currentWordIndex++;
updateActiveElement();
updateCaretPosition();
currentKeypressCount++;
} else {
inputHistory.push(currentInput);
highlightBadWord(currentWordIndex,!config.blindMode)
@ -1897,6 +1898,7 @@ $(document).keydown((event) => {
}
updateActiveElement();
updateCaretPosition();
currentKeypressCount++;
}
if (config.mode === "words" || config.mode === "custom") {
updateTimer();