mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:35:54 +00:00
Headlines.click: do not set article active if it already is
Headlines.onLoaded: reset active article if not called in append mode
This commit is contained in:
@@ -303,11 +303,6 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
// this is used to quickly switch between feeds, sets active but xhr is on a timeout
|
||||
const delayed = params.delayed || false;
|
||||
|
||||
if (feed != this.getActive() || this.activeIsCat() != is_cat) {
|
||||
this._search_query = false;
|
||||
Article.setActive(0);
|
||||
}
|
||||
|
||||
if (offset != 0) {
|
||||
if (this.infscroll_in_progress)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user