Skip to content

Commit b3e783c

Browse files
committed
fix(virtual-repeat): removed extra declaration
PR here forgot to remove the line that was moved: #92
1 parent eae82ca commit b3e783c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/virtual-repeat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ export class VirtualRepeat extends AbstractRepeater {
410410
return;
411411
}
412412
this._hasCalculatedSizes = true;
413-
this._itemsLength = itemsLength;
414413
let firstViewElement = this.view(0).lastChild;
415414
this.itemHeight = calcOuterHeight(firstViewElement);
416415
if (this.itemHeight <= 0) {

0 commit comments

Comments
 (0)