Skip to content

Commit 1cfa0fc

Browse files
committed
test(filtering): reverse detectChanges comment #5627
1 parent 72dd297 commit 1cfa0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/filtering/grid-filtering-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ export class IgxGridFilteringRowComponent implements AfterViewInit {
653653
this.showArrows = this.chipsAreaWidth >= containerWidth && this.isColumnFiltered;
654654

655655
// TODO: revise the cdr.detectChanges() usage here
656-
// this.cdr.detectChanges();
656+
this.cdr.detectChanges();
657657
}
658658
});
659659
}

0 commit comments

Comments
 (0)