|
@@ -26,6 +26,7 @@ function PdfHybridDownloadButton() {
|
|
|
download
|
|
download
|
|
|
href={pdfDownloadUrl || '#'}
|
|
href={pdfDownloadUrl || '#'}
|
|
|
target="_blank"
|
|
target="_blank"
|
|
|
|
|
+ style={{ pointerEvents: 'auto' }}
|
|
|
>
|
|
>
|
|
|
<Icon type="download" modifier="fw" />
|
|
<Icon type="download" modifier="fw" />
|
|
|
</Button>
|
|
</Button>
|