This commit is contained in:
Miodec 2022-02-12 00:26:15 +01:00
parent a31d73a2b3
commit 4ed0075ad4

View file

@ -820,7 +820,7 @@ export function setWordCount(wordCount, nosave) {
wordCount < 0 ||
wordCount > 100000
) {
wordCount = defaultConfig.wordCount;
wordCount = defaultConfig.words;
}
// if (!nosave) setMode("words", nosave);
config.words = wordCount;