Skip to content

Commit e413305

Browse files
authored
Merge branch '19.2.x' into rivanova/fix-15976-19.2.x
2 parents 977921f + d4395a3 commit e413305

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

37813781
// notifier for column autosize requests
37823782
this._autoSizeColumnsNotify.pipe(
3783-
throttleTime(0, animationFrameScheduler, { leading: false, trailing: true }),
3783+
throttleTime(0, this.platform.isBrowser ? animationFrameScheduler : undefined, { leading: false, trailing: true }),
37843784
destructor
37853785
)
37863786
.subscribe(() => {

0 commit comments

Comments
 (0)