fix: stuck icon on header button
parent
81b6f4d6f6
commit
6a734c0139
|
@ -6,6 +6,10 @@ function loading (button) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (el.innerHTML == 'autorenew' || el.innerHTML == 'done') {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
el.dataset.icon = el.innerHTML
|
el.dataset.icon = el.innerHTML
|
||||||
el.style.opacity = 0
|
el.style.opacity = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue