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 +4 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
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" },
|