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

avoid run selection logic on mouseup for clicks #5259

Merged
merged 1 commit into from
Sep 22, 2018
Merged

Conversation

asturur
Copy link
Member

@asturur asturur commented Sep 22, 2018

Run the grouping logic just in case of selection drags.
The mouseup click should not generate selections

close #5203

@asturur asturur merged commit 3167154 into master Sep 22, 2018
@asturur asturur mentioned this pull request Sep 29, 2018
@asturur asturur deleted the selection-mouse-up branch October 29, 2018 20:58
@thotar
Copy link

thotar commented Apr 25, 2019

A side effect of this change is that if there is a selectable object under a not selectable object the below object was selected on the click but now it is not.

@asturur
Copy link
Member Author

asturur commented Apr 26, 2019

can you open an issue with a jsfiddle that show the problem? so we can talk about it.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cursor events not detected on overlapping objects with selectable:false
2 participants