mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 14:55:34 +08:00
defualting pace caret speed to 100
This commit is contained in:
parent
c261802d0a
commit
4b902db884
1 changed files with 1 additions and 1 deletions
|
|
@ -1877,7 +1877,7 @@
|
|||
>
|
||||
custom
|
||||
</div>
|
||||
<input type="number" step="1" class="customPaceCaretSpeed" placeholder="wpm" min="0">
|
||||
<input type="number" step="1" class="customPaceCaretSpeed" placeholder="wpm" min="0" value="100">
|
||||
</div>
|
||||
</div>
|
||||
<div class="section timerStyle" section="">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue