Skip to content

Commit 9748e1e

Browse files
MKirovaMKirova
authored andcommitted
fix(igxGrid): Use default scheduler when throttling.
1 parent d01b020 commit 9748e1e

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

37523752
// notifier for column autosize requests
37533753
this._autoSizeColumnsNotify.pipe(
3754-
throttleTime(0, animationFrameScheduler, { leading: false, trailing: true }),
3754+
throttleTime(0),
37553755
destructor
37563756
)
37573757
.subscribe(() => {

0 commit comments

Comments
 (0)