mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
5126d756fe
commit
48233cd593
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ function PdfHybridDownloadButton() {
|
|||
download
|
||||
href={pdfDownloadUrl || '#'}
|
||||
target="_blank"
|
||||
style={{ pointerEvents: 'auto' }}
|
||||
>
|
||||
<Icon type="download" modifier="fw" />
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue