Compare commits
2 Commits
@portaljs/
...
fix/change
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bbf313489 | ||
|
|
c26b76368d |
5
.changeset/four-lions-boil.md
Normal file
5
.changeset/four-lions-boil.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/components': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixed error to remove anchor from document
|
||||||
@@ -137,7 +137,7 @@ export function BucketViewer({
|
|||||||
a.download = data.fileName;
|
a.download = data.fileName;
|
||||||
document.body.appendChild(a);
|
document.body.appendChild(a);
|
||||||
a.click();
|
a.click();
|
||||||
document.removeChild(a);
|
document.body.removeChild(a);
|
||||||
}}
|
}}
|
||||||
key={i}
|
key={i}
|
||||||
onMouseEnter={() => setShowDownloadComponentOnLine(i)}
|
onMouseEnter={() => setShowDownloadComponentOnLine(i)}
|
||||||
|
|||||||
Reference in New Issue
Block a user