Skip to content

Commit

Permalink
fix(igx-grid): remove unnecessary code #2908
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Nov 5, 2018
1 parent 0ba0f52 commit 6ebcfba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4389,9 +4389,6 @@ export abstract class IgxGridBaseComponent implements OnInit, OnDestroy, AfterCo
* @hidden
*/
public repositionRowEditingOverlay(row: IgxRowComponent<IgxGridBaseComponent>) {
if (!row) {
return;
}
if (!this.rowEditingOverlay.collapsed) {
const rowStyle = this.rowEditingOverlay.element.parentElement.style;
if (row) {
Expand Down

0 comments on commit 6ebcfba

Please sign in to comment.