@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.
@@ -14810,7 +14810,6 @@ var Dropdown = function Dropdown(_ref) {
14810
14810
  if ((options == null ? void 0 : options.length) > 0) {
14811
14811
  setSelectedValue(options[0].value);
14812
14812
  setSelectedOption(options[0].option);
14813
- onChange(options[0].value);
14814
14813
  }
14815
14814
  }, [options]);
14816
14815
  var handleSelection = function handleSelection(value, option) {