FIX: weird scroll position on visiting a topic page for the first time (chrome OS X, maybe mobile safari too)

This commit is contained in:
Neil Lalonde 2013-10-28 16:16:48 -04:00
parent 8ea1a1069e
commit e52f6e0f6d

View File

@ -253,6 +253,8 @@ Discourse.PostStream = Em.Object.extend({
if (opts.nearPost) {
Discourse.TopicView.jumpToPost(topic.get('id'), opts.nearPost);
} else {
Discourse.TopicView.jumpToPost(topic.get('id'), 1);
}
Discourse.URL.set('queryParams', postStream.get('streamFilters'));