mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 06:54:36 +08:00
fixed a bug where sentences would be built in custom mode
This commit is contained in:
parent
ff0d42b1de
commit
40cdd0e2ec
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