Merge pull request #7002 from overleaf/ta-compile-dropdown-button-not-disabled

Don't Disable Dropdown Button When Compiling

GitOrigin-RevId: 099ddae07c7601016103514168eef80712ccc57f
This commit is contained in:
Timothée Alby
2022-03-04 14:09:32 +01:00
committed by Copybot
parent 326633f5d2
commit 1e1af301c8

View File

@@ -32,7 +32,6 @@ function PdfCompileButton() {
'btn-recompile-group-has-changes': hasChanges,
})}
id="pdf-recompile-dropdown"
disabled={compiling}
>
<PdfCompileButtonInner
startCompile={startCompile}