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 c17019f commit b5cf3e1Copy full SHA for b5cf3e1
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2970,7 +2970,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2970
vertScrDC.addEventListener('scroll', this.scrollHandler);
2971
vertScrDC.addEventListener('wheel', () => this.wheelHandler());
2972
2973
- this.pinContainers.changes.subscribe((c) => {
+ this.pinContainers.changes.subscribe((c) => {
2974
if (this.hasPinnedRecords) {
2975
// on row pin containers change grid sizes should be recalculated.
2976
this.calculateGridSizes();
0 commit comments