Fix click outside for RecordDetailRelationSection (#11072)

Fixes https://github.com/twentyhq/twenty/issues/11061
This commit is contained in:
Marie
2025-03-20 17:22:28 +01:00
committed by GitHub
parent 6d8cf442a7
commit 24bae89ebc
2 changed files with 3 additions and 2 deletions

View File

@ -15,12 +15,12 @@ import {
useFloating,
} from '@floating-ui/react';
import { MouseEvent, ReactNode } from 'react';
import { flushSync } from 'react-dom';
import { Keys } from 'react-hotkeys-hook';
import { useRecoilCallback } from 'recoil';
import { isDefined } from 'twenty-shared';
import { sleep } from '~/utils/sleep';
import { useDropdown } from '../hooks/useDropdown';
import { flushSync } from 'react-dom';
const StyledDropdownFallbackAnchor = styled.div`
left: 0;