fix: allow cross origin sources when cropping images (#22126)

This commit is contained in:
Marc Roig 2024-11-13 09:44:27 +01:00 committed by GitHub
parent 80703cd6d0
commit 69f18c8c7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ export const useCropImg = () => {
zoomable: false,
cropBoxResizable: true,
background: false,
checkCrossOrigin: false,
crop: handleResize,
});