Skip to content

Commit ca94ef3

Browse files
committed
fix time step in input
1 parent 132bd54 commit ca94ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</canvas>
5454
<div style="padding-top: 5px;">
5555
<label>Pause<input type="checkbox" id="pause" value="first_checkbox"></label>
56-
<label>Time<input type="number" id="timeBox" step="0.05" style="margin-left: 5px;"></label><br>
56+
<label>Time<input type="number" id="timeBox" step="any" style="margin-left: 5px;"></label><br>
5757
<input type="range" id="timeRange" value="1" min="0" max="100" step="0.05" style="width: 100%;">
5858
</div>
5959

0 commit comments

Comments
 (0)