Fixed scoped hotkeys (#6322)
- Removed enabled props from useScopedHotkeys becayse it doesn't work - Moved enter useScopedHotkeys in a handler that we drill down to the text inputs on the settings form --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -68,9 +68,6 @@ export const RecordTableCellSoftFocusMode = ({
|
||||
},
|
||||
TableHotkeyScope.TableSoftFocus,
|
||||
[clearField, isFieldClearable, isFieldInputOnly],
|
||||
{
|
||||
enabled: !isFieldInputOnly,
|
||||
},
|
||||
);
|
||||
|
||||
useScopedHotkeys(
|
||||
|
||||
Reference in New Issue
Block a user