Update chat_message_list.js

patch-2
Alex Gleason 2020-10-09 01:36:42 +00:00
rodzic 211163383e
commit 6aaba91379
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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