pollination-react-io 1.77.3 → 1.77.4

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.js CHANGED
@@ -56160,6 +56160,7 @@ var FileCard = function (_a) {
56160
56160
  (React__default["default"].createElement("button", { style: { all: 'unset', margin: '0 0 0 8px' }, title: 'Download HTML', onMouseOver: function () { return setHtmlOver(true); }, onMouseLeave: function () { return setHtmlOver(false); }, onClick: function (event) {
56161
56161
  if (!html)
56162
56162
  return;
56163
+ setHtmlOver(false);
56163
56164
  event.stopPropagation();
56164
56165
  download(html, "".concat(label, ".html"));
56165
56166
  } },