You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the textof an annotation is deleted, the annotation visually disappears but is still stored in the annotation map with to === from, which is an invalid annotation state.
either completely delete the annotation from storage on document remapping
orprovide a callback function like onAnnotationDelete():boolean to be called when changing the document would result in the removl of an annotation, the user could then provide a function to decide if the document change should pass or not (e.g. a modal)
The text was updated successfully, but these errors were encountered:
When the textof an annotation is deleted, the annotation visually disappears but is still stored in the annotation map with to === from, which is an invalid annotation state.
onAnnotationDelete():boolean
to be called when changing the document would result in the removl of an annotation, the user could then provide a function to decide if the document change should pass or not (e.g. a modal)The text was updated successfully, but these errors were encountered: