bnstooltips 1.18.2 → 1.18.3

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/build/index.es.js CHANGED
@@ -8055,7 +8055,10 @@ function ItemUpgradeEffects(props) {
8055
8055
  if (props.client) {
8056
8056
  if (fresh) {
8057
8057
  return (React.createElement("div", { className: "ItemTooltip_optionPadding" },
8058
- React.createElement("span", { className: "ItemTooltip_showButton", onClick: LoadEffectOptions }, "Load Upgrade effects")));
8058
+ React.createElement("span", { className: "ItemTooltip_showButton", onClick: function (e) {
8059
+ e.stopPropagation();
8060
+ LoadEffectOptions();
8061
+ } }, "Load Upgrade effects")));
8059
8062
  }
8060
8063
  else if (effectData != undefined) {
8061
8064
  return (React.createElement("div", { className: "ItemTooltip_optionPadding" },