mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
if multiple articles are selected, do not reset active article / selection on scroll if auto catchup is enabled
This commit is contained in:
@@ -1274,6 +1274,7 @@ function headlines_scroll_handler(e) {
|
|||||||
|
|
||||||
// set topmost child in the buffer as active
|
// set topmost child in the buffer as active
|
||||||
if (getInitParam("cdm_auto_catchup") == 1 &&
|
if (getInitParam("cdm_auto_catchup") == 1 &&
|
||||||
|
getSelectedArticleIds2().length <= 1 &&
|
||||||
(!isCdmMode() || getInitParam("cdm_expanded"))) {
|
(!isCdmMode() || getInitParam("cdm_expanded"))) {
|
||||||
var rows = $$("#headlines-frame > div[id*=RROW]");
|
var rows = $$("#headlines-frame > div[id*=RROW]");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user