reset active_post_id on offset change
This commit is contained in:
parent
b5daec986c
commit
431ade5580
|
@ -262,8 +262,9 @@ function viewfeed(feed, skip, subop) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if (active_feed_id != feed)
|
if (active_feed_id != feed || skip != active_offset) {
|
||||||
active_post_id = false;
|
active_post_id = false;
|
||||||
|
}
|
||||||
|
|
||||||
active_feed_id = feed;
|
active_feed_id = feed;
|
||||||
active_offset = skip;
|
active_offset = skip;
|
||||||
|
|
Loading…
Reference in New Issue