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
When updating an img tag outside the viewport with a new src attribute, if the image had already been loaded, it requests the new src image immediately instead of waiting till the element is visible in the viewport.
I expect this is because of some internal state of the node not being reset, and i realize it may not necessarily be relevant to morphdom...
The text was updated successfully, but these errors were encountered:
When updating an img tag outside the viewport with a new src attribute, if the image had already been loaded, it requests the new src image immediately instead of waiting till the element is visible in the viewport.
I expect this is because of some internal state of the node not being reset, and i realize it may not necessarily be relevant to morphdom...
The text was updated successfully, but these errors were encountered: