mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
min wpm ignores the first 3 words
This commit is contained in:
parent
c95facd251
commit
fd2d29a987
1 changed files with 1 additions and 1 deletions
|
@ -2633,7 +2633,7 @@ function startTest() {
|
|||
if (
|
||||
config.minWpm === "custom" &&
|
||||
wpmAndRaw.wpm < parseInt(config.minWpmCustomSpeed) &&
|
||||
currentWordIndex > 0
|
||||
currentWordIndex > 3
|
||||
) {
|
||||
clearTimeout(timer);
|
||||
hideCaret();
|
||||
|
|
Loading…
Reference in a new issue