Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.43k stars 901 forks source link

fix(RecycleScroller): when updating items by splice, the index always… #809

Open ChenJingzhi opened 1 year ago

ChenJingzhi commented 1 year ago

when updating items by splice, the new index may be -1

ChenJingzhi commented 1 year ago

when updating items by splice, the new index may be -1。The order of the pool changes after sorting, which causes dom to be removed and re-added.