Do not scroll center channel to bottom when posting in RHS (#6852)

Этот коммит содержится в:
Joram Wilander
2017-07-05 16:28:32 -04:00
коммит произвёл enahum
родитель d59cac0314
Коммит 04e364f4f7
3 изменённых файлов: 16 добавлений и 15 удалений

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

@@ -551,8 +551,9 @@ export function redirectUserToDefaultTeam() {
}
}
export function postListScrollChange() {
export function postListScrollChange(forceScrollToBottom = false) {
AppDispatcher.handleViewAction({
type: EventTypes.POST_LIST_SCROLL_CHANGE
type: EventTypes.POST_LIST_SCROLL_CHANGE,
value: forceScrollToBottom
});
}