mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
made sure blind mode highlights the whole word, even if not enough input was given
This commit is contained in:
parent
2e54622a4e
commit
3c20535c9d
1 changed files with 1 additions and 0 deletions
|
|
@ -1317,6 +1317,7 @@ $(document).keydown((event) => {
|
|||
currentTestLine++;
|
||||
}
|
||||
}
|
||||
if(config.blindMode) $("#words .word.active letter").addClass('correct');
|
||||
if (currentWord == currentInput) {
|
||||
inputHistory.push(currentInput);
|
||||
currentInput = "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue