We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In following fiddle I am trying to create line between two circles, using mouse but mouse up is returning target even if there is none.
http://jsfiddle.net/9v8jt6ts/1/
The text was updated successfully, but these errors were encountered:
It looks like you are getting the target from mousedown.
Sorry, something went wrong.
thx it is working after I kept selectable: false
There is something to investigate anyway. In both mouseup and mousedown we are doing findTarget(e).
asturur
Successfully merging a pull request may close this issue.
In following fiddle I am trying to create line between two circles, using mouse but mouse up is returning target even if there is none.
http://jsfiddle.net/9v8jt6ts/1/
The text was updated successfully, but these errors were encountered: