diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 22:22:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 22:22:40 +0200 |
| commit | c46bc4988b477c20797408fcbd9269198de0d2c3 (patch) | |
| tree | d35ddac0359c7967b3be66d5ab70fea5b0eb5f2d /public/bundle.js | |
| parent | f0983f54c7ea863855a0e035e784bf45f1e29c5b (diff) | |
ditch the fullpage scrolling
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js index 9e5f57a..c3a81af 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -5782,6 +5782,7 @@ var Scroller = function (_Component) { _createClass(Scroller, [{ key: 'onWheel', value: function onWheel(e) { + return; if (_util2.default.isMobile) return; e.preventDefault(); e.stopPropagation(); |
