We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8e5a3 commit e774bd0Copy full SHA for e774bd0
packages/vue-virtual-scroller/src/components/RecycleScroller.vue
@@ -766,7 +766,7 @@ export default {
766
sortViews () {
767
this.pool.sort((viewA, viewB) => viewA.nr.index - viewB.nr.index)
768
769
- if(this.isAnyVisibleGap()) {
+ if (this.isAnyVisibleGap(false)) {
770
this.updateVisibleItems()
771
clearTimeout(this.$_sortTimer)
772
}
0 commit comments