Jumps up to new messages indicator when new messages present

Этот коммит содержится в:
Christopher Speller
2015-11-09 09:16:01 -05:00
родитель 893eb2cd86
Коммит d56d9c2f12
2 изменённых файлов: 14 добавлений и 1 удалений

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

@@ -109,7 +109,7 @@ export default class PostsViewContainer extends React.Component {
this.setState({
currentChannelIndex: newIndex,
currentLastViewed: lastViewed,
scrollType: PostsView.SCROLL_TYPE_BOTTOM,
scrollType: PostsView.SCROLL_TYPE_NEW_MESSAGE,
channels,
postLists});
}