diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a3bbbb39e..466d38c3c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,6 @@ - diff --git a/src/features/ui/popover/index.tsx b/src/features/ui/popover/index.tsx index e44f4283f..76b177f28 100644 --- a/src/features/ui/popover/index.tsx +++ b/src/features/ui/popover/index.tsx @@ -21,6 +21,7 @@ interface Props { anchorParent?: boolean; customClassName?: string; useMobileSheet?: boolean; + stopPropagationForChild?: boolean; } export function Popover(props: (ShowProps | Props) & HTMLAttributes) {