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
At this moment, if in the same batch, uploadId is changed to null, the uploadStatus change is not converted, because uploadId is already null and the converter returns quickly.
Instead, I think that if uploadId is null, then image should be cleared out of anything connected with progress. Then, it will work correctly if multiple deltas will come together from collaboration.
The text was updated successfully, but these errors were encountered:
At this moment, if in the same batch,
uploadId
is changed tonull
, theuploadStatus
change is not converted, becauseuploadId
is alreadynull
and the converter returns quickly.https://github.com/ckeditor/ckeditor5-image/blob/master/src/imageupload/imageuploadprogress.js#L61-L65
Instead, I think that if
uploadId
isnull
, then image should be cleared out of anything connected with progress. Then, it will work correctly if multiple deltas will come together from collaboration.The text was updated successfully, but these errors were encountered: