tamagui 1.124.12 → 1.124.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24721,9 +24721,7 @@ var require_Popover_native = __commonJS({
24721
24721
  __scopePopover,
24722
24722
  zIndex: props.zIndex,
24723
24723
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core12.Stack, {
24724
- ...!context.open && {
24725
- pointerEvents: "none"
24726
- },
24724
+ pointerEvents: context.open ? "auto" : "none",
24727
24725
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverContentImpl, {
24728
24726
  ...contentImplProps,
24729
24727
  disableRemoveScroll,