We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2282 commit abfa807Copy full SHA for abfa807
src/wwwroot/js/genpage/helpers/browsers.js
@@ -373,7 +373,6 @@ class GenPageBrowserClass {
373
while (remainingFiles.length > 0) {
374
let chunkSize = Math.min(this.maxPreBuild / 2, remainingFiles.length, 100);
375
let chunk = remainingFiles.splice(0, chunkSize);
376
- remainingFiles = remainingFiles.slice(chunkSize);
377
let sectionDiv = createDiv(null, 'lazyload browser-section-loader');
378
sectionDiv.onclick = () => {
379
this.buildContentList(container, chunk, sectionDiv, id);
0 commit comments