mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
fix(custom word amount): not being able to start an infinite word test
This commit is contained in:
parent
9ca32d3b6a
commit
b339cd082c
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@
|
|||
<dialog id="customWordAmountModal" class="modalWrapper hidden">
|
||||
<form class="modal">
|
||||
<div class="title">Custom word amount</div>
|
||||
<input type="number" value="1" min="1" max="10000" />
|
||||
<input type="number" value="1" min="0" max="10000" />
|
||||
<div class="tip">
|
||||
You can start an infinite test by inputting 0. Then, to stop the test, use
|
||||
the Bail Out feature (
|
||||
|
|
Loading…
Add table
Reference in a new issue