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 9ba57d7 commit 8f30eb4Copy full SHA for 8f30eb4
packages/vue-virtual-scroller/src/components/RecycleScroller.vue
@@ -366,7 +366,7 @@ export default {
366
if (this.updateInterval) {
367
this.$_updateTimeout = setTimeout(() => {
368
this.$_updateTimeout = 0
369
- if (this.$_scrollDirty) requestUpdate();
+ if (this.$_scrollDirty) requestUpdate()
370
}, this.updateInterval)
371
}
372
0 commit comments