Skip to content

Commit 2f2a462

Browse files
authored
Merge branch '20.0.x' into rivanova/fix-15976-20.0.x
2 parents 171eee4 + 18ca424 commit 2f2a462

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
@@ -3813,7 +3813,7 @@ export abstract class IgxGridBaseDirective implements GridType,
38133813

38143814
// notifier for column autosize requests
38153815
this._autoSizeColumnsNotify.pipe(
3816-
throttleTime(0, animationFrameScheduler, { leading: false, trailing: true }),
3816+
throttleTime(0, this.platform.isBrowser ? animationFrameScheduler : undefined, { leading: false, trailing: true }),
38173817
destructor
38183818
)
38193819
.subscribe(() => {

0 commit comments

Comments
 (0)