@mateosuarezdev/react-ui 1.0.25 → 1.0.26
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4625,7 +4625,7 @@ const Yi = ({
|
|
|
4625
4625
|
return;
|
|
4626
4626
|
T.current = Date.now();
|
|
4627
4627
|
const p = $.current;
|
|
4628
|
-
p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), B();
|
|
4628
|
+
p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.pullDistance = 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), B();
|
|
4629
4629
|
},
|
|
4630
4630
|
[B]
|
|
4631
4631
|
), C = A(
|