Skip to content

Commit

Permalink
kick/chat(fix): batch rendering autoscroll (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM authored Jun 23, 2023
1 parent 1cdf48b commit 02153b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/site/kick.com/modules/chat/ChatObserver.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ function flush(): void {
} else {
flushTimeout = null;
}
onMessageRendered();
}, refreshRate.value);
}
Expand Down

0 comments on commit 02153b6

Please sign in to comment.