mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 10:53:43 +02:00
...
This commit is contained in:
parent
e7cb72029c
commit
4470b0aaaf
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ def hints_msg_received(self, data):
|
|||
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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue