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 eae82ca commit b3e783cCopy full SHA for b3e783c
src/virtual-repeat.js
@@ -410,7 +410,6 @@ export class VirtualRepeat extends AbstractRepeater {
410
return;
411
}
412
this._hasCalculatedSizes = true;
413
- this._itemsLength = itemsLength;
414
let firstViewElement = this.view(0).lastChild;
415
this.itemHeight = calcOuterHeight(firstViewElement);
416
if (this.itemHeight <= 0) {
0 commit comments