@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.
@@ -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) {