mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
fixed wrong words bound in custom show all lines
This commit is contained in:
parent
3f3f313a73
commit
fba3828746
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ function initWords() {
|
|||
if (config.mode === "custom") {
|
||||
if (customTextIsRandom) {
|
||||
wordsBound = customTextWordCount;
|
||||
} else {
|
||||
wordsBound = customText.length;
|
||||
}
|
||||
} else if (config.mode != "time") {
|
||||
wordsBound = config.words;
|
||||
|
|
Loading…
Reference in a new issue