fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

How to remove image before in canvas inside modal ? #1059

Closed mhendylazuardi closed 5 years ago

mhendylazuardi commented 5 years ago

i write in stackoverflow

here is the detail...

https://stackoverflow.com/questions/58212098/how-to-remove-image-on-canvas-cropper-when-you-want-change-the-image

https://youtu.be/8-dgUahd5sM video ^

fengyuanchen commented 5 years ago

Maybe you are binding these events too many times. Try to use $().once() instead of $().on().