mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
so subtle ...
This commit is contained in:
parent
35a9051f56
commit
ae2cfa325c
@ -390,7 +390,7 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
|
|||||||
currentPost = currentPost || seen;
|
currentPost = currentPost || seen;
|
||||||
});
|
});
|
||||||
|
|
||||||
this.nonUrgentPositionUpdate({userActive: userActive, currentPost: currentPost});
|
this.nonUrgentPositionUpdate({userActive: userActive, currentPost: currentPost || info.bottom});
|
||||||
|
|
||||||
offset = window.pageYOffset || $('html').scrollTop();
|
offset = window.pageYOffset || $('html').scrollTop();
|
||||||
firstLoaded = this.get('firstPostLoaded');
|
firstLoaded = this.get('firstPostLoaded');
|
||||||
|
Loading…
Reference in New Issue
Block a user