eat-js-sdk 2.0.32 → 2.0.33
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.
|
@@ -13681,6 +13681,7 @@ function CategoriseItem($$anchor, $$props) {
|
|
|
13681
13681
|
}
|
|
13682
13682
|
};
|
|
13683
13683
|
const handleTouchMove = (event2) => {
|
|
13684
|
+
event2.preventDefault();
|
|
13684
13685
|
if (event2.touches.length > 0) {
|
|
13685
13686
|
const deltaX = Math.abs(event2.touches[0].clientX - get$1(touchStartX));
|
|
13686
13687
|
const deltaY = Math.abs(event2.touches[0].clientY - get$1(touchStartY));
|