| @@ -1729,8 +1729,11 @@ | ||
| 1729 | 1729 | src: PROVIDERS[photo.provider.toUpperCase()].icon |
| 1730 | 1730 | }), hovered && /*#__PURE__*/external_React_default().createElement(dist/* default */.A, { |
| 1731 | 1731 | delay: 0.5, |
| 1732 | 1732 | speed: 10, |
| 1733 | + style: { | |
| 1734 | + overflowY: "hidden" | |
| 1735 | + }, | |
| 1733 | 1736 | play: (photo.user.name ? "".concat(photo.user.name, " (").concat(photo.provider, ")") : photo.provider).length > 25 |
| 1734 | 1737 | }, photo.user.name ? "".concat(photo.user.name, " (").concat(ucfirst(photo.provider), ")") : ucfirst(photo.provider), " "))), /*#__PURE__*/external_React_default().createElement(external_wp_components_namespaceObject.Tooltip, { |
| 1735 | 1738 | key: 2, |
| 1736 | 1739 | delay: 0, |
| @@ -1780,9 +1783,9 @@ | ||
| 1780 | 1783 | marginTop: "20px" |
| 1781 | 1784 | }, |
| 1782 | 1785 | variant: "primary", |
| 1783 | 1786 | onClick: function onClick() { |
| 1784 | - window.location.href = image_hub_data.adminUrl + "upload.php?item=" + downloadedImages[photo.id]; | |
| 1787 | + window.location.href = image_hub_data.adminUrl + "upload.php"; | |
| 1785 | 1788 | } |
| 1786 | 1789 | }, (0,external_wp_i18n_namespaceObject.__)("View Image", "image-hub"))), /*#__PURE__*/external_React_default().createElement("div", { |
| 1787 | 1790 | style: { |
| 1788 | 1791 | maxHeight: "100%", |