mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #6027 from overleaf/ae-disabled-download-pdf-tooltip
Fix tooltip on disabled download PDF button GitOrigin-RevId: d1814e75886d8a530331c3ded01499dcad8a4289
This commit is contained in:
@@ -26,6 +26,7 @@ function PdfHybridDownloadButton() {
|
||||
download
|
||||
href={pdfDownloadUrl || '#'}
|
||||
target="_blank"
|
||||
style={{ pointerEvents: 'auto' }}
|
||||
>
|
||||
<Icon type="download" modifier="fw" />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user