You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[WDFreehandTool gestureBegan:] assumes the gesture to be a WDPanGesture.
However in -[WDCanvas oneTap:], if -[WDCanvas canSendTouchToActiveTool] is YES(if you set the bool value of userdefaults in app settings page), -[WDFreehandTool gestureBegan:] will be called with a UITapGestureRecognizer, which leads to a crash.
The text was updated successfully, but these errors were encountered:
-[WDFreehandTool gestureBegan:] assumes the gesture to be a WDPanGesture.
However in -[WDCanvas oneTap:], if -[WDCanvas canSendTouchToActiveTool] is YES(if you set the bool value of userdefaults in app settings page), -[WDFreehandTool gestureBegan:] will be called with a UITapGestureRecognizer, which leads to a crash.
The text was updated successfully, but these errors were encountered: