You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#119233d633ef Thanks @tenphi! - Fix: A DialogTrigger type="popover" no longer swallows the outside click
that opens another popover. Previously, while a popover Dialog was open, a
single click on a sibling popover trigger was consumed and that trigger's
popover would not open. The popover branch now uses the same shouldCloseOnInteractOutside predicate as Select, ComboBox, and MenuTrigger, letting clicks on other popover triggers (and data-popover-dismiss controls) through so usePopoverSync can hand off
between popovers correctly.