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
We are encountering a race condition when uploading large images in our SPA. Making the user defined event listeners as well as the function to load the image asynchronous will allow the image to fully load into the canvas before the cropper kicks in. If we await these it seems to fix the race condition.
The text was updated successfully, but these errors were encountered:
We are encountering a race condition when uploading large images in our SPA. Making the user defined event listeners as well as the function to load the image asynchronous will allow the image to fully load into the canvas before the cropper kicks in. If we await these it seems to fix the race condition.
The text was updated successfully, but these errors were encountered: