From 4470b0aaaf11880d7987691be9078fe1702726b2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Dec 2020 21:50:32 +0530 Subject: [PATCH] ... --- src/pyj/read_book/iframe.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()