@egjs/flicking 4.10.0 → 4.10.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egjs/flicking",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
4
4
  "description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.",
5
5
  "main": "dist/flicking.js",
6
6
  "module": "dist/flicking.esm.js",
@@ -139,6 +139,7 @@ class AxesController {
139
139
  });
140
140
  this._panInput = new PanInput(flicking.viewport.element, {
141
141
  inputType: flicking.inputType,
142
+ threshold: 1,
142
143
  iOSEdgeSwipeThreshold: flicking.iOSEdgeSwipeThreshold,
143
144
  scale: flicking.horizontal ? [-1, 0] : [0, -1],
144
145
  releaseOnScroll: true