We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f40ef87 + 914a039 commit 8346f08Copy full SHA for 8346f08
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2495,11 +2495,10 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2495
this.zone.run(() => {
2496
this.zone.onStable.pipe(first()).subscribe(() => {
2497
this.verticalScrollContainer.onChunkLoad.emit(this.verticalScrollContainer.state);
2498
+ if (this.rowEditable) {
2499
+ this.changeRowEditingOverlayStateOnScroll(this.rowInEditMode);
2500
+ }
2501
});
-
- if (this.rowEditable) {
- this.changeRowEditingOverlayStateOnScroll(this.rowInEditMode);
2502
- }
2503
2504
this.disableTransitions = false;
2505
0 commit comments