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.js
CHANGED
|
@@ -8063,7 +8063,10 @@ function ItemUpgradeEffects(props) {
|
|
|
8063
8063
|
if (props.client) {
|
|
8064
8064
|
if (fresh) {
|
|
8065
8065
|
return (React__default["default"].createElement("div", { className: "ItemTooltip_optionPadding" },
|
|
8066
|
-
React__default["default"].createElement("span", { className: "ItemTooltip_showButton", onClick:
|
|
8066
|
+
React__default["default"].createElement("span", { className: "ItemTooltip_showButton", onClick: function (e) {
|
|
8067
|
+
e.stopPropagation();
|
|
8068
|
+
LoadEffectOptions();
|
|
8069
|
+
} }, "Load Upgrade effects")));
|
|
8067
8070
|
}
|
|
8068
8071
|
else if (effectData != undefined) {
|
|
8069
8072
|
return (React__default["default"].createElement("div", { className: "ItemTooltip_optionPadding" },
|