mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
5ba970b81e
commit
9ba3f04491
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ function PdfCompileButton() {
|
||||||
'btn-recompile-group-has-changes': hasChanges,
|
'btn-recompile-group-has-changes': hasChanges,
|
||||||
})}
|
})}
|
||||||
id="pdf-recompile-dropdown"
|
id="pdf-recompile-dropdown"
|
||||||
disabled={compiling}
|
|
||||||
>
|
>
|
||||||
<PdfCompileButtonInner
|
<PdfCompileButtonInner
|
||||||
startCompile={startCompile}
|
startCompile={startCompile}
|
||||||
|
|
Loading…
Reference in a new issue