This commit is contained in:
Kovid Goyal 2023-09-04 11:22:35 +05:30
parent d75c0ff652
commit 2774379f06
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -905,7 +905,7 @@ class IframeBoss:
if quuid is data.uuid: if quuid is data.uuid:
found_highlight_to_remove = True found_highlight_to_remove = True
unwrap_crw(qcrw) unwrap_crw(qcrw)
v'delete annot_id_uuid_map[crw_]' v'delete annot_id_uuid_map[qcrw]'
if found_highlight_to_remove: if found_highlight_to_remove:
# have to remove selection otherwise selection bar does # have to remove selection otherwise selection bar does
# not hide itself on multiline selections # not hide itself on multiline selections