Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS.

Этот коммит содержится в:
JoramWilander
2015-09-21 11:30:08 -04:00
родитель a35fa9c974
Коммит 3e868a6042
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@@ -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);