13c1e63892
This PR fixes https://github.com/twentyhq/twenty/issues/13022 It was due to a mouse leave event that worked for table without groups but not with table with groups, the fix is to handle this event higher up in the table. This PR also fixes a bug that happened when hiding a column, the page crashed because of an indexed array returning undefined that TS didn't catch, linked to https://github.com/twentyhq/core-team-issues/issues/1205.