Skip to content

Commit 30a218e

Browse files
committed
fix(revert): revert change of PR #6376
1 parent 15013f6 commit 30a218e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
20312031
* @hidden
20322032
*/
20332033
public get parentRowOutletDirective() {
2034-
return null;
2034+
return this.outletDirective;
20352035
}
20362036

20372037
/**

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,6 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
401401
return this.rootGrid._outletDirective;
402402
}
403403

404-
/**
405-
* @hidden
406-
*/
407-
public get parentRowOutletDirective() {
408-
return this === this.rootGrid ? null : this.rootGrid.rowEditingOutletDirective;
409-
}
410-
411404
/**
412405
* @hidden
413406
*/

0 commit comments

Comments
 (0)