mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e7cb72029c
commit
4470b0aaaf
@ -938,7 +938,7 @@ class IframeBoss:
|
|||||||
a.classList.add('calibre-animated-hint')
|
a.classList.add('calibre-animated-hint')
|
||||||
|
|
||||||
def hint_animation_ended(self, ev):
|
def hint_animation_ended(self, ev):
|
||||||
a = ev.target
|
a = ev.currentTarget
|
||||||
a.classList.remove('calibre-animated-hint')
|
a.classList.remove('calibre-animated-hint')
|
||||||
a.click()
|
a.click()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user