From 2774379f0649df77dbe55b961c61e910767433bd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Sep 2023 11:22:35 +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 1258c0c346..1fffd8340f 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -905,7 +905,7 @@ class IframeBoss: if quuid is data.uuid: found_highlight_to_remove = True unwrap_crw(qcrw) - v'delete annot_id_uuid_map[crw_]' + v'delete annot_id_uuid_map[qcrw]' if found_highlight_to_remove: # have to remove selection otherwise selection bar does # not hide itself on multiline selections