Skip to content

Commit 839886e

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix test.
1 parent 27e7dad commit 839886e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4385,6 +4385,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
43854385
this.endEdit(true);
43864386
this.selectionService.clearHeaderCBState();
43874387
this.summaryService.clearSummaryCache();
4388+
this.cdr.detectChanges();
43884389
}
43894390

43904391
// TODO: We have return values here. Move them to event args ??

0 commit comments

Comments
 (0)