pcorless / icepdf

PDF Rendering and Viewing API in Java
Apache License 2.0
81 stars 21 forks source link

Deleted annotation popup and glue components stick around #330

Closed pcorless closed 9 months ago

pcorless commented 9 months ago

When deleting a MarkupAnnotation things seem to work as expected. However the glue and popup components are stored in new data structure that lives outside of the page. When the page with a deleted a MarkupAnnotation is reinitialized the glue and the popup components will be redrawn.

pcorless commented 9 months ago

Marking as fixed.