Skip to content

Commit

Permalink
tesdt(lint): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 14, 2022
1 parent 9ba57d7 commit 8f30eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export default {
if (this.updateInterval) {
this.$_updateTimeout = setTimeout(() => {
this.$_updateTimeout = 0
if (this.$_scrollDirty) requestUpdate();
if (this.$_scrollDirty) requestUpdate()
}, this.updateInterval)
}
}
Expand Down

0 comments on commit 8f30eb4

Please sign in to comment.