From 6a734c01391b437c2842f5d97fb63f29a0017510 Mon Sep 17 00:00:00 2001 From: Ramires Viana <59319979+ramiresviana@users.noreply.github.com> Date: Wed, 10 Mar 2021 15:32:10 +0000 Subject: [PATCH] fix: stuck icon on header button --- frontend/src/utils/buttons.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/utils/buttons.js b/frontend/src/utils/buttons.js index 8536b813..9f699db3 100644 --- a/frontend/src/utils/buttons.js +++ b/frontend/src/utils/buttons.js @@ -6,6 +6,10 @@ function loading (button) { return } + if (el.innerHTML == 'autorenew' || el.innerHTML == 'done') { + return + } + el.dataset.icon = el.innerHTML el.style.opacity = 0