@micromag/element-scroll 0.3.637 → 0.3.646

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.
Files changed (2) hide show
  1. package/es/index.js +4 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -101,7 +101,10 @@ function Scroll(_ref) {
101
101
  }
102
102
  reachedBottom.current = nowReachedBottom;
103
103
  }, {
104
- enabled: !disabled
104
+ enabled: !disabled,
105
+ threshold: 10,
106
+ axis: 'y',
107
+ filterTaps: true
105
108
  });
106
109
 
107
110
  // need to call scrolled callbacks on initial render also
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-scroll",
3
- "version": "0.3.637",
3
+ "version": "0.3.646",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "8f06c2a525d71dc47183af7786284632a04332e1"
74
+ "gitHead": "65b02adf2537ee701442a62f8294f09f60b2f3b6"
75
75
  }