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:
Alf Eaton 2021-10-21 09:09:45 +01:00 committed by Copybot
parent bd3d0d124d
commit dd5bcd6098

View file

@ -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} />