Skip to content

Commit 160c438

Browse files
committed
chore(*): activate the cell if is in the view
1 parent 9bff6cb commit 160c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-navigation.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export class IgxGridNavigationService {
229229
if (shouldClearSelection) {
230230
this.grid.clearCellSelection();
231231
this.grid.navigateTo(this.activeNode.row, this.activeNode.column, (obj) => {
232-
obj.target.activate(event);
232+
obj.target?.activate(event);
233233
this.grid.cdr.detectChanges();
234234
} );
235235
} else {

0 commit comments

Comments
 (0)