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.
@@ -56133,6 +56133,7 @@ var FileCard = function (_a) {
56133
56133
  (React__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) {
56134
56134
  if (!html)
56135
56135
  return;
56136
+ setHtmlOver(false);
56136
56137
  event.stopPropagation();
56137
56138
  download(html, "".concat(label, ".html"));
56138
56139
  } },