This commit is contained in:
Kovid Goyal 2020-12-15 21:50:32 +05:30
parent e7cb72029c
commit 4470b0aaaf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -938,7 +938,7 @@ class IframeBoss:
a.classList.add('calibre-animated-hint')
def hint_animation_ended(self, ev):
a = ev.target
a = ev.currentTarget
a.classList.remove('calibre-animated-hint')
a.click()