vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

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

Open ChenJingzhi opened this issue 2 years ago • 1 comments
trafficstars

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

ChenJingzhi avatar Jun 06 '23 06:06 ChenJingzhi

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.

ChenJingzhi avatar Jun 07 '23 05:06 ChenJingzhi