Skip to content

Commit 96fd7b5

Browse files
committed
Fix scrolling on mobile device
1 parent 31806a7 commit 96fd7b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/ripple.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const Ripple = React.createClass({
1919
},
2020

2121
handleTouchMove(e) {
22-
e.preventDefault();
2322
this.handleMouseMove(e.touches[0]);
2423
},
2524

0 commit comments

Comments
 (0)