mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:03:13 +00:00
Merge pull request #5521 from overleaf/ae-remove-stop-compile-button
Remove "Stop compiling" action from Recompile button in new PDF preview toolbar GitOrigin-RevId: a4c90ec7d6213c49e11f13f045354ce66f2e9a8b
This commit is contained in:
parent
bd3d0d124d
commit
dd5bcd6098
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function PdfCompileButton() {
|
|||
<Button
|
||||
className="btn-recompile"
|
||||
bsStyle="success"
|
||||
onClick={compiling ? stopCompile : startCompile}
|
||||
onClick={startCompile}
|
||||
aria-label={compileButtonLabel}
|
||||
>
|
||||
<Icon type="refresh" spin={compiling} />
|
||||
|
|
Loading…
Reference in a new issue