Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS.
Этот коммит содержится в:
@@ -83,6 +83,7 @@ export default class PostList extends React.Component {
|
||||
};
|
||||
}
|
||||
componentDidMount() {
|
||||
window.onload = () => this.scrollToBottom();
|
||||
if (this.props.isActive) {
|
||||
this.activate();
|
||||
this.loadFirstPosts(this.props.channelId);
|
||||
|
||||
Ссылка в новой задаче
Block a user