This commit is contained in:
Kovid Goyal 2020-04-11 09:41:53 +05:30
parent 37a60e366a
commit e492c88c9a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -663,6 +663,7 @@ class IframeBoss:
for crw in intersecting_wrappers: for crw in intersecting_wrappers:
unwrap_crw(crw) unwrap_crw(crw)
removed_highlights[self.annot_id_uuid_map[crw]] = True removed_highlights[self.annot_id_uuid_map[crw]] = True
v'delete self.annot_id_uuid_map[crw]'
self.send_message( self.send_message(
'annotations', 'annotations',
type='highlight-applied', type='highlight-applied',