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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "change version": "2.0.0",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [