[Doc] improve document detail (#698)

This commit is contained in:
neverland
2018-03-15 20:49:13 +08:00
committed by GitHub
parent e366e033ed
commit 1e9bc4065b
7 changed files with 11 additions and 10 deletions
+1
View File
@@ -151,6 +151,7 @@ export default create({
(init ? on : off)(swipeableEl, 'touchstart', this.onTouchStart, false);
(init ? on : off)(swipeableEl, 'touchmove', this.onTouchMove, false);
(init ? on : off)(swipeableEl, 'touchend', this.onTouchEnd, false);
(init ? on : off)(swipeableEl, 'touchcancel', this.onTouchEnd, false);
},
// record swipe touch start position