Skip to content

Commit b6cfde9

Browse files
authored
Merge pull request #3314 from IgniteUI/small-updates-16
Small change
2 parents 572fb82 + e35f122 commit b6cfde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/grid/grid-keyboardnav-guide-sample/grid-keyboardnav-sample.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class GridKeyboardnavGuide implements OnInit, OnDestroy {
301301

302302
if ((key === 'arrowup' || key === 'arrowdown') && evt.ctrlKey) {
303303
if (col && !col.columnGroup && col.sortable) {
304-
this._keyboardHandler.selectItem(1);IgxColumnGroupComponent
304+
this._keyboardHandler.selectItem(1);
305305
}
306306
}
307307
}

0 commit comments

Comments
 (0)