You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
When not declaring 'build' option, cropper is unable to attach the build event and therefore returns a window object, that cannot be triggered:
The line that fails is this one:
it throws the error:
You should replace the
options.build
byoptions.build || function() {}
.The text was updated successfully, but these errors were encountered: