Do not scroll center channel to bottom when posting in RHS (#6852)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
d59cac0314
Коммит
04e364f4f7
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user