diff --git a/src/pyj/read_book/iframe.pyj b/src/pyj/read_book/iframe.pyj index 21cc65ed6e..0a8b770f73 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -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()