Skip to content

Commit 8eab4c4

Browse files
author
Adam Argyle
committed
fixes mobile select state on load
1 parent 85f483f commit 8eab4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>
3131
<select>
3232
<optgroup label="Circle Entrances">
3333
<option>in:circle:top-right</option>
34-
<option>in:circle:top-left</option>
34+
<option selected>in:circle:top-left</option>
3535
<option>in:circle:bottom-right</option>
3636
<option>in:circle:bottom-left</option>
3737
</optgroup>

0 commit comments

Comments
 (0)