mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed weakspot broken after 100 words. closes #1748
This commit is contained in:
parent
72ef29b74c
commit
d4e95787a7
1 changed files with 2 additions and 0 deletions
|
@ -1077,6 +1077,8 @@ export async function addWord() {
|
|||
randomWord = Misc.getSpecials();
|
||||
} else if (Config.funbox === "ascii") {
|
||||
randomWord = Misc.getASCII();
|
||||
} else if (Config.funbox === "weakspot") {
|
||||
randomWord = WeakSpot.getWord(wordset);
|
||||
}
|
||||
|
||||
if (Config.punctuation) {
|
||||
|
|
Loading…
Reference in a new issue