Skip to content

Commit b5cf3e1

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix lint.
1 parent c17019f commit b5cf3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
29702970
vertScrDC.addEventListener('scroll', this.scrollHandler);
29712971
vertScrDC.addEventListener('wheel', () => this.wheelHandler());
29722972

2973-
this.pinContainers.changes.subscribe((c) => {
2973+
this.pinContainers.changes.subscribe((c) => {
29742974
if (this.hasPinnedRecords) {
29752975
// on row pin containers change grid sizes should be recalculated.
29762976
this.calculateGridSizes();

0 commit comments

Comments
 (0)