We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f550ef commit 6e797f9Copy full SHA for 6e797f9
packages/main/src/components/AnalyticalTable/hooks/useKeyboardNavigation.ts
@@ -342,7 +342,7 @@ const useGetTableProps = (
342
tableProps,
343
{
344
onFocus: onTableFocus,
345
- onKeyDown: state.cellContentTabIndex === -1 ? onKeyboardNavigation : handleEditModeKeyDown,
+ onKeyDown: state.cellContentTabIndex === 0 ? handleEditModeKeyDown : onKeyboardNavigation,
346
onBlur: onTableBlur,
347
},
348
];
0 commit comments