Skip to content

Commit a879205

Browse files
committed
chore(*): activate the cell if is in the view
1 parent a348f2d commit a879205

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
@@ -238,7 +238,7 @@ export class IgxGridNavigationService {
238238
if (shouldClearSelection) {
239239
this.grid.clearCellSelection();
240240
this.grid.navigateTo(this.activeNode.row, this.activeNode.column, (obj) => {
241-
obj.target.activate(event);
241+
obj.target?.activate(event);
242242
this.grid.cdr.detectChanges();
243243
} );
244244
} else {

0 commit comments

Comments
 (0)