Просмотр исходного кода

Merge pull request #7002 from overleaf/ta-compile-dropdown-button-not-disabled

Don't Disable Dropdown Button When Compiling

GitOrigin-RevId: 099ddae07c7601016103514168eef80712ccc57f
Timothée Alby 4 лет назад
Родитель
Сommit
9ba3f04491

+ 0 - 1
services/web/frontend/js/features/pdf-preview/components/pdf-compile-button.js

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