Skip to content
New issue

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

Edges start dragging when clicked. #222

Open
danielscottjames opened this issue Mar 24, 2017 · 2 comments
Open

Edges start dragging when clicked. #222

danielscottjames opened this issue Mar 24, 2017 · 2 comments
Assignees
Milestone

Comments

@danielscottjames
Copy link
Member

This might be macOS specific, but when I click to select an edge the edge jumps to the mouse for a split second as if you were dragging it.

@danielscottjames danielscottjames added this to the 1.0 milestone Mar 24, 2017
@cj-dimaano cj-dimaano self-assigned this Mar 30, 2017
@cj-dimaano
Copy link
Member

This is actually how it's coded; the edge is picked up as soon as the default pointer is down. I can change it so that it'll only show as being dragged when the mouse moves, but it may take some time, so I'll defer it until I'm finished with other features that take priority.

@danielscottjames
Copy link
Member Author

I like what you proposed the best. But it could additionally be a click, wait x milliseconds, start dragging.

@danielscottjames danielscottjames modified the milestones: 2.0, 1.0 Apr 21, 2017
cj-dimaano added a commit that referenced this issue May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants