Skip to content

Commit 06f31f4

Browse files
fix
1 parent 02be2c0 commit 06f31f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,9 @@ export class KeyboardNavigationController extends KeyboardNavigationControllerCo
16741674
$focusElement
16751675
.removeClass(CELL_FOCUS_DISABLED_CLASS)
16761676
.removeClass(FOCUSED_CLASS);
1677+
1678+
this._resetFocusedCell(true);
1679+
this._resetFocusedView();
16771680
}
16781681
});
16791682
if (!skipFocusEvent) {

0 commit comments

Comments
 (0)