tamagui 1.124.11 → 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.
package/dist/native.js CHANGED
@@ -25446,9 +25446,7 @@ var require_Popover_native = __commonJS({
25446
25446
  __scopePopover,
25447
25447
  zIndex: props.zIndex,
25448
25448
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core12.Stack, {
25449
- ...!context.open && {
25450
- pointerEvents: "none"
25451
- },
25449
+ pointerEvents: context.open ? "auto" : "none",
25452
25450
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverContentImpl, {
25453
25451
  ...contentImplProps,
25454
25452
  disableRemoveScroll,