@rpg-engine/long-bow 0.5.59 → 0.5.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +0 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +0 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Dropdown.tsx +0 -1
|
@@ -14816,7 +14816,6 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
14816
14816
|
if ((options == null ? void 0 : options.length) > 0) {
|
|
14817
14817
|
setSelectedValue(options[0].value);
|
|
14818
14818
|
setSelectedOption(options[0].option);
|
|
14819
|
-
onChange(options[0].value);
|
|
14820
14819
|
}
|
|
14821
14820
|
}, [options]);
|
|
14822
14821
|
var handleSelection = function handleSelection(value, option) {
|