diff --git a/front/src/modules/ui/object/record-table/record-table-cell/hooks/useMoveSoftFocusToCurrentCellOnHover.ts b/front/src/modules/ui/object/record-table/record-table-cell/hooks/useMoveSoftFocusToCurrentCellOnHover.ts index b358e3612..31a9320d7 100644 --- a/front/src/modules/ui/object/record-table/record-table-cell/hooks/useMoveSoftFocusToCurrentCellOnHover.ts +++ b/front/src/modules/ui/object/record-table/record-table-cell/hooks/useMoveSoftFocusToCurrentCellOnHover.ts @@ -28,7 +28,8 @@ export const useMoveSoftFocusToCurrentCellOnHover = () => { if ( currentHotkeyScope.scope !== TableHotkeyScope.TableSoftFocus && - currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode + currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode && + currentHotkeyScope.scope !== TableHotkeyScope.Table ) { return; }