This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 142
Cannot read property 'type' of undefined #184
Comments
Any help on this? Kind of frustrating to not have any response after 8 days with an issue that seems to be a bug. |
It happens when you have two keypoints in the exact same position. |
Or something else... I have the same issue right now. Any news here? Thnx! |
Same error but it is thrown when I create a new annotation and after that when I move the mouse around the annotation-area (onMouseMove). When I leave the area the new annotation is gone. |
solved my problem. in my case I added attributes to the geometry-object which was a bad idea... |
I have the same issue right now. Any news here? Thnx! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I've incorporated Annotorious into my own application in which images are constantly being rotated. Each image is made annotatable using anno.makeAnnotatable and I save any annotations in my own data storage. I am running into a problem whenever I try to delete or edit annotations. Every time I do so, I receive the following error:
Does anyone have any ideas what may be causing this?
The text was updated successfully, but these errors were encountered: