Skip to content

Commit 42e9bea

Browse files
additional fix
1 parent 7d62595 commit 42e9bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const keyboardNavigationScrollableA11yExtender = (Base: ModuleType<Keyboa
6161
super.renderCompleted(e);
6262
}
6363

64-
public _focus($cell: any, disableFocus?: any, skipFocusEvent?: any): void {
65-
super._focus($cell, disableFocus, skipFocusEvent);
64+
public _focus($cell: any, disableFocus?: any, skipFocusEvent?: any, preventScroll?: any): void {
65+
super._focus($cell, disableFocus, skipFocusEvent, preventScroll);
6666

6767
this.makeScrollableFocusableIfNeed();
6868
}

0 commit comments

Comments
 (0)