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.
- package/dist/native.js +1 -3
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -3
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
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
|
-
|
|
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,
|