Skip to content

Commit 8f30eb4

Browse files
committed
tesdt(lint): fix
1 parent 9ba57d7 commit 8f30eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-virtual-scroller/src/components/RecycleScroller.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export default {
366366
if (this.updateInterval) {
367367
this.$_updateTimeout = setTimeout(() => {
368368
this.$_updateTimeout = 0
369-
if (this.$_scrollDirty) requestUpdate();
369+
if (this.$_scrollDirty) requestUpdate()
370370
}, this.updateInterval)
371371
}
372372
}

0 commit comments

Comments
 (0)