mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
made sure raw includes space
This commit is contained in:
parent
e132c59d9c
commit
1a56ae9197
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue