unpackVisibleHeadlines: go ahead of the buffer position a bit (2)
This commit is contained in:
parent
58dee80ae5
commit
59f5335f56
|
@ -1008,7 +1008,7 @@ function unpackVisibleHeadlines() {
|
|||
if (!isCdmMode()) return;
|
||||
|
||||
const rows = $$("#headlines-frame div[id*=RROW][data-content]");
|
||||
const threshold = $("headlines-frame").scrollTop + $("headlines-frame").offsetHeight + 100;
|
||||
const threshold = $("headlines-frame").scrollTop + $("headlines-frame").offsetHeight + 300;
|
||||
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
const row = rows[i];
|
||||
|
|
Loading…
Reference in New Issue