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 5ba970b81e
commit 9ba3f04491

View file

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