Skip to content

Commit 8460fe5

Browse files
committed
Fix demo page playground defaults
1 parent fe61019 commit 8460fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h2>Playground</h2>
212212
<label for="shapes">Shapes</label>
213213
<select id="shapes" value="null">
214214
<option value="null" selected>One random shape type</option>
215-
<option value="[]" selected>All shape types</option>
215+
<option value="[]">All shape types</option>
216216
<option value='["circle"]'>Circles only</option>
217217
<option value='["square"]'>Squares only</option>
218218
<option value='["line"]'>Lines only</option>

0 commit comments

Comments
 (0)