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
It would be helpful if there would be the possibility to call annotationModule.updateAnnotation directly from the d2Reader instance returned from D2Reader.load() method.
In my use case, I use a custom web component to show a modal where the user can type the note to add to an annotation, and such modal doesn't work like the SweetAlert library in the example of this repo, so I can't suspend the execution of addAnnotation or addCommentToAnnotation callback defined in the annotations.api config property.
Adding a public direct call to annotationModule.updateAnnotation (like it is for addAnnotation and `deleteAnnotation) would help me correctly handle the flow of my work.
The text was updated successfully, but these errors were encountered:
It would be helpful if there would be the possibility to call
annotationModule.updateAnnotation
directly from thed2Reader
instance returned fromD2Reader.load()
method.In my use case, I use a custom web component to show a modal where the user can type the note to add to an annotation, and such modal doesn't work like the SweetAlert library in the example of this repo, so I can't suspend the execution of
addAnnotation
oraddCommentToAnnotation
callback defined in theannotations.api
config property.Adding a public direct call to
annotationModule.updateAnnotation
(like it is foraddAnnotation
and `deleteAnnotation) would help me correctly handle the flow of my work.The text was updated successfully, but these errors were encountered: