mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fix: practice missed words generatic less words than expected
closes #5584
This commit is contained in:
parent
ae712b3135
commit
d2caf248b3
1 changed files with 1 additions and 1 deletions
|
@ -104,10 +104,10 @@ export function init(missed: boolean, slow: boolean): boolean {
|
|||
UpdateConfig.setMode("custom", true);
|
||||
CustomText.setText(newCustomText);
|
||||
CustomText.setLimitMode("word");
|
||||
CustomText.setMode("shuffle");
|
||||
CustomText.setLimitValue(
|
||||
(sortableSlowWords.length + sortableMissedWords.length) * 5
|
||||
);
|
||||
CustomText.setMode("shuffle");
|
||||
|
||||
setCustomTextName("practise", undefined);
|
||||
|
||||
|
|
Loading…
Reference in a new issue