Skip to content

Commit 9fec0b5

Browse files
fix parameter
1 parent d270688 commit 9fec0b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devextreme/js/__internal/grids/grid_core/keyboard_navigation/m_keyboard_navigation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export class KeyboardNavigationController extends KeyboardNavigationControllerCo
239239
const isCell = $element.is('td');
240240
const needSetFocusPosition = (this.option('focusedRowIndex') ?? -1) < 0;
241241
if (isCell && needSetFocusPosition) {
242+
this._focusView();
242243
this._updateFocusedCellPosition($element);
243244
}
244245
}

0 commit comments

Comments
 (0)