Closed gponsu closed 8 years ago
In the last version (v0.0.9), I get this error:
TypeError: undefined is not a function (evaluating 'cropperElment.cropper.destroy()')
It would be great to have a new version of the package with the fix of this regression. ❤️
The line should be cropperElment.cropper('destroy'); instead of cropperElment.cropper.destroy()
cropperElment.cropper('destroy');
cropperElment.cropper.destroy()
Fixed in 0.0.10
In the last version (v0.0.9), I get this error: