diff options
author | sanine-a <sanine.not@pm.me> | 2021-04-13 15:12:25 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-04-13 15:12:25 -0500 |
commit | 8f9cefc98e25d9e0f931dfe6dc2acced818700ee (patch) | |
tree | 5253c49649e2efcc3828d9088a0c38c4216824ed /StyleDropdown.js | |
parent | 64c6fb119164afcfc654ccee3c2ad96426f17a0c (diff) |
add style dropdowns and reset() function
Diffstat (limited to 'StyleDropdown.js')
-rw-r--r-- | StyleDropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StyleDropdown.js b/StyleDropdown.js index f2f0f65..cbc6e4f 100644 --- a/StyleDropdown.js +++ b/StyleDropdown.js @@ -15,7 +15,7 @@ function StyleDropdown({ options, index, onChoose, defaultText }) ); return h( - 'div.StyleDropdownContainer', {} + 'div.StyleDropdownContainer', {}, [ h('button.StyleDropdownButton', {}, text), |