Skip to content

Commit d044219

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix scrollbar disappearing on data changing.
1 parent 6178a23 commit d044219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,6 @@ export abstract class IgxGridBaseDirective implements GridType,
38613861
}
38623862
this.evaluateLoadingState();
38633863
this.updateMergedData();
3864-
this.cdr.detectChanges();
38653864
});
38663865

38673866
this.verticalScrollContainer.scrollbarVisibilityChanged.pipe(filter(() => !this._init), destructor).subscribe(() => {

0 commit comments

Comments
 (0)