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
I am trying to delete an annotation. I get all the annotations from getAnnotations(), select the most recent one by getAnnotations().pop() and passing the obj_id of that annotation to deleteAnnotation(obj_id). However, the promise never returns anything, neither a success nor it rejects. It always remains in the pending state. How can I resolve this?
The text was updated successfully, but these errors were encountered:
I am trying to delete an annotation. I get all the annotations from getAnnotations(), select the most recent one by getAnnotations().pop() and passing the obj_id of that annotation to deleteAnnotation(obj_id). However, the promise never returns anything, neither a success nor it rejects. It always remains in the pending state. How can I resolve this?
The text was updated successfully, but these errors were encountered: