min wpm ignores the first 3 words

This commit is contained in:
Jack 2020-12-07 16:50:52 +00:00
parent c95facd251
commit fd2d29a987

View file

@ -2633,7 +2633,7 @@ function startTest() {
if (
config.minWpm === "custom" &&
wpmAndRaw.wpm < parseInt(config.minWpmCustomSpeed) &&
currentWordIndex > 0
currentWordIndex > 3
) {
clearTimeout(timer);
hideCaret();