Skip to content

Commit

Permalink
stopPropagationForChild fix
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 9, 2024
1 parent a255481 commit 2118b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/features/ui/popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface Props {
anchorParent?: boolean;
customClassName?: string;
useMobileSheet?: boolean;
stopPropagationForChild?: boolean;
}

export function Popover(props: (ShowProps | Props) & HTMLAttributes<HTMLDivElement>) {
Expand Down

0 comments on commit 2118b8c

Please sign in to comment.