fix: stuck icon on header button

This commit is contained in:
Ramires Viana 2021-03-10 15:32:10 +00:00
parent 81b6f4d6f6
commit 6a734c0139
1 changed files with 4 additions and 0 deletions

View File

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