mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-23 10:01:58 +08:00
fixed a bug where sentences would be built in custom mode
This commit is contained in:
parent
66cae29fad
commit
e4de5c7f90
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ function initWords() {
|
|||
wordsList.push(w[i]);
|
||||
}
|
||||
}
|
||||
if (config.punctuation) {
|
||||
if (config.punctuation && !config.mode == "custom") {
|
||||
wordsList = buildSentences(wordsList);
|
||||
}
|
||||
showWords();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue