diff --git a/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellContainer.tsx b/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellContainer.tsx index 89a515a4de74..6ff27ac7339b 100644 --- a/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellContainer.tsx +++ b/packages/twenty-front/src/modules/object-record/record-table/record-table-cell/components/RecordTableCellContainer.tsx @@ -66,14 +66,6 @@ export const RecordTableCellContainer = ({ } }; - const handleContainerMouseEnter = () => { - if (!hasSoftFocus) { - onCellMouseEnter({ - cellPosition, - }); - } - }; - const handleContainerMouseLeave = () => { setHasSoftFocus(false); setIsFocused(false); @@ -142,7 +134,6 @@ export const RecordTableCellContainer = ({ value={editHotkeyScope ?? DEFAULT_CELL_SCOPE} >