summaryrefslogtreecommitdiffstats
path: root/web/react/components/posts_view_container.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-09 14:04:00 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-09 14:04:00 -0500
commit3ad252995a419c1bb3d20be1a8a38f4c5873cda7 (patch)
tree48b812d3d1de3ec24aa0c0d200a321b5d1f21ad0 /web/react/components/posts_view_container.jsx
parent2ed8be44e1926ffe550815c4e028008ebf8468a2 (diff)
parentd56d9c2f123700517e742434717f3786a8549f25 (diff)
downloadchat-3ad252995a419c1bb3d20be1a8a38f4c5873cda7.tar.gz
chat-3ad252995a419c1bb3d20be1a8a38f4c5873cda7.tar.bz2
chat-3ad252995a419c1bb3d20be1a8a38f4c5873cda7.zip
Merge pull request #1366 from mattermost/jump-to-new
Jumps up to new messages indicator when new messages present
Diffstat (limited to 'web/react/components/posts_view_container.jsx')
-rw-r--r--web/react/components/posts_view_container.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/posts_view_container.jsx b/web/react/components/posts_view_container.jsx
index 5059747bd..5037a86cd 100644
--- a/web/react/components/posts_view_container.jsx
+++ b/web/react/components/posts_view_container.jsx
@@ -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});
}