- Issue created by @arnem
After a drupal update (10 -> 11) we noticed some javascript errors when we use image_widget crop. The js error d.isFunction is not a function shows up because Jquery 4.0+ no longer has the function isFunction.
Use the vanilla js cropper (cropperjs) instead of the one that uses jquery.
Needs work
3.0
User interface