Skip to content

Commit 7036d04

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): Code refactoring
1 parent e55146d commit 7036d04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ export class IgxHierarchicalGridNavigationService extends IgxGridNavigationServi
616616
if (nextIsSiblingChild) {
617617
this.focusNextChild(next, visibleColumnIndex, nextParentGrid);
618618
} else {
619-
const nextGrid = grid || nextParentGrid;
620619
this.focusNextRow(next, visibleColumnIndex, grid || nextParentGrid);
621620
}
622621
} else if (verticalScroll.scrollTop !==

0 commit comments

Comments
 (0)