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
ImageUploadProgress plugin is using uploadStatus attribute to show placeholder image, progress bar etc.
Problem is that it assumes that all attribute values will be in order:
reading -> show placeholder
uploading -> show progress bar
complete -> hide
This might not be true in terms of external changes. Attribute change to reading and uploading might come together as an external change and differ changes will only return the latter value.
The text was updated successfully, but these errors were encountered:
ImageUploadProgress
plugin is usinguploadStatus
attribute to show placeholder image, progress bar etc.Problem is that it assumes that all attribute values will be in order:
reading
-> show placeholderuploading
-> show progress barcomplete
-> hideThis might not be true in terms of external changes. Attribute change to
reading
anduploading
might come together as an external change and differ changes will only return the latter value.The text was updated successfully, but these errors were encountered: