diff --git a/src/components/CellWithPopover/CellWithPopover.tsx b/src/components/CellWithPopover/CellWithPopover.tsx index 272df0dd7..14529d8b4 100644 --- a/src/components/CellWithPopover/CellWithPopover.tsx +++ b/src/components/CellWithPopover/CellWithPopover.tsx @@ -11,6 +11,8 @@ interface CellWithPopoverProps extends PopoverProps { wrapperClassName?: string; } +const DELAY_TIMEOUT = 100; + export function CellWithPopover({ children, className, @@ -19,7 +21,12 @@ export function CellWithPopover({ }: CellWithPopoverProps) { return (
- + {children}