Skip to content

Commit

Permalink
fix(h5): 修复previewImage的点透问题, fix #3071
Browse files Browse the repository at this point in the history
  • Loading branch information
Littly committed Jun 27, 2019
1 parent 4ef4904 commit 11a8fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class ImageContainer extends PureComponent {

handleTouchEnd = (event) => {
// console.info('handleTouchEnd', event.touches.length)
// event.preventDefault()
event.preventDefault()

if (this.isTwoFingerMode) { // 双指操作结束
const touchLen = event.touches.length
Expand Down

0 comments on commit 11a8fd2

Please sign in to comment.