We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe61019 commit 8460fe5Copy full SHA for 8460fe5
1 file changed
index.html
@@ -212,7 +212,7 @@ <h2>Playground</h2>
212
<label for="shapes">Shapes</label>
213
<select id="shapes" value="null">
214
<option value="null" selected>One random shape type</option>
215
- <option value="[]" selected>All shape types</option>
+ <option value="[]">All shape types</option>
216
<option value='["circle"]'>Circles only</option>
217
<option value='["square"]'>Squares only</option>
218
<option value='["line"]'>Lines only</option>
0 commit comments