diff --git a/src/image-zoom/image-zoom.component.tsx b/src/image-zoom/image-zoom.component.tsx index e06c90f..063fc24 100644 --- a/src/image-zoom/image-zoom.component.tsx +++ b/src/image-zoom/image-zoom.component.tsx @@ -438,7 +438,7 @@ export default class ImageViewer extends React.Component= 1 && evt.nativeEvent.changedTouches.length === 1 && moveDistance < (this.props.clickDistance || 0)) { this.singleClickTimeout = setTimeout(() => { if (this.props.onClick) { this.props.onClick({ locationX, locationY, pageX, pageY });