Update chat_message_list.js

This commit is contained in:
Alex Gleason 2020-10-09 01:36:42 +00:00
parent 211163383e
commit 6aaba91379

View file

@ -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() {