mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 08:05:56 +08:00
impr(practice): shuffle words when practicing missed/slow words (grzebiel) (#5519)
* impr(practice): random shuffle words in all practice modes * change self made shuffle into CustomText.setMode("shuffle")
This commit is contained in:
parent
b6069a78ac
commit
f123617c33
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ export function init(missed: boolean, slow: boolean): boolean {
|
|||
CustomText.setLimitValue(
|
||||
(sortableSlowWords.length + sortableMissedWords.length) * 5
|
||||
);
|
||||
CustomText.setMode("shuffle");
|
||||
|
||||
setCustomTextName("practise", undefined);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue