patched scroller issue

This commit is contained in:
wompmacho
2020-11-13 16:45:27 -05:00
parent ce2e4541da
commit 1d5d117e5f
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class ChatScroller {
}
scroll() {
this.scroller.scrollIntoView({block: 'end'});
this.scroller.scrollTo(0, 9999);
}
getScroller() {