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 the moment, the new cell post-fixer is pretty loose/naive. It checks only if something changed just inside a table cell and, if so, it refreshes the table cell. It would be better if it fixed only when really needed.
The way it is now is that it causes unnecessary cell refreshes when an image is uploaded, after each uploadStatus attribute change. This (together with another mistake) causes a serious bug.
To avoid unnecessary changes (and loops through Differ) and avoid bugs in future, the post-fixer should have a better condition applied.
The text was updated successfully, but these errors were encountered:
At the moment, the new cell post-fixer is pretty loose/naive. It checks only if something changed just inside a table cell and, if so, it refreshes the table cell. It would be better if it fixed only when really needed.
The way it is now is that it causes unnecessary cell refreshes when an image is uploaded, after each
uploadStatus
attribute change. This (together with another mistake) causes a serious bug.To avoid unnecessary changes (and loops through
Differ
) and avoid bugs in future, the post-fixer should have a better condition applied.The text was updated successfully, but these errors were encountered: