Skip to content

Commit 3dae42f

Browse files
committed
chore(*): Remove open/close logic on detach/attach.
1 parent f684c82 commit 3dae42f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3747,16 +3747,6 @@ export abstract class IgxGridBaseDirective implements GridType,
37473747
}
37483748
}
37493749
this.notifyChanges(true);
3750-
if (this.rowEditable && this.crudService.rowInEditMode && this.rowEditingOverlay &&
3751-
this.rowEditingOverlay.collapsed) {
3752-
// connected to DOM, row is in edit mode, but overlay is closed - reopen.
3753-
this.openRowOverlay(this.crudService.rowInEditMode.id);
3754-
}
3755-
}
3756-
3757-
if (!this.nativeElement.isConnected && this.rowEditable && this.crudService.rowInEditMode && this.rowEditingOverlay) {
3758-
// disconnected from DOM (possibly cached) & row was in edit mode - close overlay.
3759-
this.closeRowEditingOverlay();
37603750
}
37613751
});
37623752
});

0 commit comments

Comments
 (0)