Secretmapper / react-image-annotation

An infinitely customizable image annotation library built on React
https://secretmapper.github.io/react-image-annotation/
MIT License
329 stars 135 forks source link

Close/Abort Annotation #5

Closed JonathanKolnik closed 6 years ago

JonathanKolnik commented 6 years ago

Awesome library!

Wondering if there is a prop or workaround for closing/not submitting/aborting an annotation in progress?

Thanks!

Secretmapper commented 6 years ago

Hello @JonathanKolnik !

You should be able to pass a custom component through renderEditor that has a 'Cancel' button, which would clear the annotation object.

Let me know if this works for you!

Secretmapper commented 6 years ago

Closing this issue. Please feel free to comment/open another one if the solution does not work.