Closed ECannon closed 5 years ago
HI, I am trying to remove annotations from the page dynamically, is this possible with this library?, I have tried destroy() but this stops me from creating new annotations as it destroys everything.
The App instance should have an annotations property that refers to the configured storage adapter. You can delete through that:
App
annotations
app.annotations.delete(annotation);
HI, I am trying to remove annotations from the page dynamically, is this possible with this library?, I have tried destroy() but this stops me from creating new annotations as it destroys everything.