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 the items of a keyed each block are rendered in a scrollable div, and the div is scrolled down to the bottom. there's a fair chance that animate gets triggered for the items that changed their visual positions, rather than the items that changed its order.
While I can see where this is coming from ,the Svelte documentation clearly states that animate is triggered by changes in item order. I’d appreciate some clarification on this behavior. Thanks a lot!