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:
Miguel Serrano
2021-12-07 11:06:38 +01:00
committed by Copybot
parent d2c9eebcdc
commit 9c0645ef05

View File

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