mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
- 1
This commit is contained in:
parent
6c2dd2afa6
commit
4096d7d4c1
1 changed files with 1 additions and 1 deletions
|
@ -4596,7 +4596,7 @@ $(document).keydown((event) => {
|
|||
//incorrect word
|
||||
if (paceCaret !== null && paceCaret.wordsStatus[currentWordIndex] === undefined) {
|
||||
paceCaret.wordsStatus[currentWordIndex] = true;
|
||||
paceCaret.correction += currentInput.length + 1;
|
||||
paceCaret.correction += currentInput.length;
|
||||
}
|
||||
if (!config.playSoundOnError || config.blindMode) {
|
||||
playClickSound();
|
||||
|
|
Loading…
Reference in a new issue