so subtle ...

This commit is contained in:
Sam 2013-03-22 20:28:39 -07:00
parent 35a9051f56
commit ae2cfa325c
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
currentPost = currentPost || seen;
});
this.nonUrgentPositionUpdate({userActive: userActive, currentPost: currentPost});
this.nonUrgentPositionUpdate({userActive: userActive, currentPost: currentPost || info.bottom});
offset = window.pageYOffset || $('html').scrollTop();
firstLoaded = this.get('firstPostLoaded');