tamagui 1.88.14 → 1.88.15
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 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -10175,7 +10175,7 @@ var require_SheetImplementationCustom_native = __commonJS({
|
|
|
10175
10175
|
});
|
|
10176
10176
|
}, previouslyScrolling = !1, onMoveShouldSet = (_e, { dy }) => {
|
|
10177
10177
|
let isScrolled = scrollBridge.y !== 0, isDraggingUp = dy < 0, isNearTop = scrollBridge.paneY - 5 <= scrollBridge.paneMinY;
|
|
10178
|
-
return isScrolled ? (previouslyScrolling = !0, !1) : Math.abs(dy) > 5;
|
|
10178
|
+
return isScrolled ? (previouslyScrolling = !0, !1) : isNearTop && !isScrolled && isDraggingUp && !import_constants4.isWeb ? !1 : Math.abs(dy) > 5;
|
|
10179
10179
|
}, grant = () => {
|
|
10180
10180
|
setPanning(!0), stopSpring(), startY = at.current;
|
|
10181
10181
|
}, isExternalDrag = !1;
|