Skip to content

Commit

Permalink
Merge pull request #45135 from bernhardoj/fix/44928-some-part-of-lhn-…
Browse files Browse the repository at this point in the history
…context-menu-isnt-clickable

Fix some part of popover isn't clickable when near the desktop header
  • Loading branch information
mountiny authored Jul 10, 2024
2 parents fcfb2a1 + d15115a commit 50d7409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PopoverWithoutOverlay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function PopoverWithoutOverlay(
ref={viewRef(withoutOverlayRef)}
// Prevent the parent element to capture a click. This is useful when the modal component is put inside a pressable.
onClick={(e) => e.stopPropagation()}
dataSet={{dragArea: false}}
>
<View
style={{
Expand Down

0 comments on commit 50d7409

Please sign in to comment.