remember channels you were in last
This commit is contained in:
parent
b5e0e6df8b
commit
7915032462
6 changed files with 10 additions and 5 deletions
|
@ -97,7 +97,7 @@ class InfiniteScroller {
|
|||
snapBottom() {
|
||||
const scrollBottom = this.scrollBottom;
|
||||
return () => {
|
||||
if (this.scroll && scrollBottom < 30) {
|
||||
if (this.scroll && scrollBottom < 10) {
|
||||
this.scroll.scrollTop = this.scroll.scrollHeight + 20;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue