mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
pacecaret update
This commit is contained in:
parent
4096d7d4c1
commit
330a2a08c3
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;
|
||||
paceCaret.correction += currentWord.length + 1;
|
||||
}
|
||||
if (!config.playSoundOnError || config.blindMode) {
|
||||
playClickSound();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue