Skip to content

Commit e32fca2

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Fix lint.
1 parent b0f8d33 commit e32fca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/directives/for-of/for_of.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,6 @@ export class IgxForOfDirective<T> implements OnInit, OnChanges, DoCheck, OnDestr
13061306
this._calcVirtualScrollTop(this.scrollPosition);
13071307
currentScrollTop = this._virtScrollTop;
13081308
}
1309-
13101309
const vScroll = this.scrollComponent.nativeElement;
13111310
scrollOffset = vScroll && this.scrollComponent.size ?
13121311
currentScrollTop - this.sizesCache[this.state.startIndex] : 0;

0 commit comments

Comments
 (0)