Update chat_message_list.js
This commit is contained in:
@ -111,7 +111,7 @@ class ChatMessageList extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleResize = throttle((e) => {
|
||||
if (this.isNearBottom() && !this.state.loading) this.scrollToBottom();
|
||||
if (this.isNearBottom()) this.scrollToBottom();
|
||||
}, 150);
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user