mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
reset active_post_id on offset change
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user