From 2118b8c5245aaa00207dba153440302a0dbc0706 Mon Sep 17 00:00:00 2001 From: feruzm Date: Mon, 9 Sep 2024 12:26:23 +0530 Subject: [PATCH] stopPropagationForChild fix --- .idea/workspace.xml | 1 - src/features/ui/popover/index.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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) {