mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
change ctrl-arrow bindings to always keep current article on top
(previous behavior) replace direct active_post_id references with get/set functions
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
|
||||
_viewfeed_last = get_timestamp();
|
||||
|
||||
if (getActiveFeedId() != feed || offset == 0) {
|
||||
active_post_id = 0;
|
||||
setActiveArticleId(0);
|
||||
_infscroll_disable = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user