We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3916cb commit a5c9433Copy full SHA for a5c9433
frontend/src/ts/test/words-generator.ts
@@ -663,7 +663,7 @@ export async function generateWords(
663
const sectionFinishedAndOverLimit =
664
currentSection.length === 0 &&
665
sectionIndex >= CustomText.getLimitValue();
666
- if (sectionFinishedAndOverLimit) {
+ if (sectionFinishedAndOverLimit || ret.words.length >= 100) {
667
stop = true;
668
}
669
} else if (ret.words.length >= limit) {
0 commit comments