From f824490873d38bcd43e2c57cd409a933b303a075 Mon Sep 17 00:00:00 2001 From: "gitstart-app[bot]" <57568882+gitstart-app[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:12:30 -0300 Subject: [PATCH] Change approach (#11681) Co-authored-by: gitstart-calcom Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com> --- packages/ui/components/popover/MeetingTimeInTimezones.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/components/popover/MeetingTimeInTimezones.tsx b/packages/ui/components/popover/MeetingTimeInTimezones.tsx index 5cea8f6073..312140eb91 100644 --- a/packages/ui/components/popover/MeetingTimeInTimezones.tsx +++ b/packages/ui/components/popover/MeetingTimeInTimezones.tsx @@ -101,6 +101,7 @@ MeetingTimeInTimezones.displayName = "MeetingTimeInTimezones"; // detaill page. const preventBubbling = (event: React.MouseEvent) => { event.stopPropagation(); + event.nativeEvent.preventDefault(); }; export default MeetingTimeInTimezones;