matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 69 forks source link

Memory and listners leak #47

Closed andreymaznyak closed 1 year ago

andreymaznyak commented 4 years ago

When destroy component, cropperjs is not destroed, and we can get some performance issues after render cropper component again. We can check it with chrome performance monitor. Be carefull when you put base64 image to angular change detection dom. It overload CPU each angular tick.