unpackVisibleHeadlines: go ahead of the buffer position a bit (2)

master
Andrew Dolgov 6 years ago
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…
Cancel
Save