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 40f58b3 commit 11488b7Copy full SHA for 11488b7
packages/vue-virtual-scroller/src/components/RecycleScroller.vue
@@ -495,7 +495,7 @@ export default {
495
const continuous = startIndex <= this.$_endIndex && endIndex >= this.$_startIndex
496
497
if (this.$_continuous !== continuous) {
498
- if (continuous) {
+ if (!continuous) {
499
views.clear()
500
unusedViews.clear()
501
for (let i = 0, l = pool.length; i < l; i++) {
0 commit comments