Update chat_message_list.js
This commit is contained in:
parent
211163383e
commit
6aaba91379
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class ChatMessageList extends ImmutablePureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
handleResize = throttle((e) => {
|
handleResize = throttle((e) => {
|
||||||
if (this.isNearBottom() && !this.state.loading) this.scrollToBottom();
|
if (this.isNearBottom()) this.scrollToBottom();
|
||||||
}, 150);
|
}, 150);
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
|
|
Loading…
Reference in a new issue