mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 08:59:15 +00:00
reset active_post_id on feed change
This commit is contained in:
@@ -68,6 +68,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||
|
||||
if (getActiveFeedId() != feed) {
|
||||
feed_cur_page = 0;
|
||||
active_post_id = 0;
|
||||
}
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
Reference in New Issue
Block a user