Skip to content

Commit 89b1eb8

Browse files
MKirovaMKirova
authored andcommitted
Merge branch 'mkirova/fix-15768-20.1.x' of https://github.com/IgniteUI/igniteui-angular into mkirova/fix-15768-20.1.x
2 parents 7201841 + ec11d6d commit 89b1eb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

projects/igniteui-angular-elements/src/app/custom-strategy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
131131
parentComponentRef = await parent?.ngElementStrategy[ComponentRefKey];
132132
parentAnchor = parentComponentRef?.instance.anchor;
133133
}
134-
135134
} else if ((parent as any)?.__componentRef) {
136135
this.angularParent = (parent as any).__componentRef;
137136
parentInjector = this.angularParent.injector;

projects/igniteui-angular/src/lib/action-strip/grid-actions/grid-editing-actions.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export class IgxGridEditingActionsComponent extends IgxGridActionsBaseDirective
147147
const context = this.strip.context;
148148
const grid = context.grid;
149149
grid.deleteRow(context.key);
150+
150151
this.strip.hide();
151152
}
152153

0 commit comments

Comments
 (0)