mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02: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:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user