Skip to content

Commit e91b097

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add explicit notifyChange after activeNode is changed.
1 parent 88e01da commit e91b097

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
@@ -3914,6 +3914,7 @@ export abstract class IgxGridBaseDirective implements GridType,
39143914
this._activeRowIndexes = null;
39153915
if (this.hasCellsToMerge) {
39163916
this.refreshSearch();
3917+
this.notifyChanges();
39173918
}
39183919
});
39193920

0 commit comments

Comments
 (0)