ranelpadon / ngram-type

Touch typing trainer using N-grams as data source, with options to customize the auto-generated lessons and specify the minimum typing performance needed. There are sound/color effects as well.
208 stars 39 forks source link

Fix page hanging on certain combination values #32

Closed debashisbiswas closed 1 year ago

debashisbiswas commented 1 year ago

Closes #31.

Minimal change which fixing the error by moving the value back into the range if it's below the minimum. Open to changing if another behavior would be preferred.

ranelpadon commented 1 year ago

Tried it now on the site via Incognito window, the manual 0 input is auto-converted to 1, and works as intended:

Screenshot 2023-08-01 at 3 11 23 PM

https://ranelpadon.github.io/ngram-type/

Cheers