Skip to content

Commit fcba5b5

Browse files
committed
chore(IgxGrid): adding missing change detection when clear activeNode
1 parent b6b362e commit fcba5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,6 +2852,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
28522852
|| (event.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1)
28532853
|| (event.target === this.tfoot.nativeElement && this.navigation.activeNode.row === this.dataView.length)) {
28542854
this.navigation.activeNode = {} as IActiveNode;
2855+
this.notifyChanges();
28552856
}
28562857
});
28572858
this.onRowAdded.pipe(destructor).subscribe(args => this.refreshGridState(args));

0 commit comments

Comments
 (0)