mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
block automarking headlines on scroll in unexpanded cdm because it doesn't work so well
This commit is contained in:
@@ -1269,7 +1269,8 @@ function headlines_scroll_handler(e) {
|
||||
unpackVisibleHeadlines();
|
||||
|
||||
// set topmost child in the buffer as active
|
||||
if (getInitParam("cdm_auto_catchup") == 1) {
|
||||
if (getInitParam("cdm_auto_catchup") == 1 &&
|
||||
(!isCdmMode() || getInitParam("cdm_expanded"))) {
|
||||
var rows = $$("#headlines-frame > div[id*=RROW]");
|
||||
|
||||
for (var i = 0; i < rows.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user