Skip to content

Commit 5546d7d

Browse files
authored
Merge branch '9.0.x' into sstoychev/mrl-next-prev-cell-90
2 parents fdd4c6c + db4449c commit 5546d7d

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
@@ -3782,7 +3782,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
37823782
} else {
37833783
this.gridAPI.sort(expression);
37843784
}
3785-
this.onSortingDone.emit(expression);
3785+
requestAnimationFrame(() => this.onSortingDone.emit(expression));
37863786
}
37873787

37883788
/**

0 commit comments

Comments
 (0)