onTouchCancel()

in src/components/ZoomableSVGGroup.js [166:174]


  onTouchCancel() {
    this.setState({
      touching: false,
      dragging: false,
      pinchLength: null,
      dragX: null,
      dragY: null,
    });
  }