vue-core-image-upload icon indicating copy to clipboard operation
vue-core-image-upload copied to clipboard

Crop Image send duplicate request

Open limdblur opened this issue 6 years ago • 0 comments

Click crop button will send duplicate request to server, this happened when using daycoco.js. At last i find out it's caused by image.onload which in daycoco index.js _loadImage function . I fixed this problem by comment line 374: image.crossOrigin = 'anonymous';

limdblur avatar Dec 16 '18 16:12 limdblur