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
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';
The text was updated successfully, but these errors were encountered:
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';
The text was updated successfully, but these errors were encountered: