From 9ba3f04491bed650e8cc51fc931bce81ad950577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Fri, 4 Mar 2022 14:09:32 +0100 Subject: [PATCH] Merge pull request #7002 from overleaf/ta-compile-dropdown-button-not-disabled Don't Disable Dropdown Button When Compiling GitOrigin-RevId: 099ddae07c7601016103514168eef80712ccc57f --- .../js/features/pdf-preview/components/pdf-compile-button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/frontend/js/features/pdf-preview/components/pdf-compile-button.js b/services/web/frontend/js/features/pdf-preview/components/pdf-compile-button.js index 5baab20fc7..42a53f3982 100644 --- a/services/web/frontend/js/features/pdf-preview/components/pdf-compile-button.js +++ b/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} >