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

Multipleselection avoid triggering mouseDown event when clicking inside the selected area #305

Open
brauliodiez opened this issue Aug 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@brauliodiez
Copy link
Member

Right now we have multiple selection.

But we can drag all the selection if we click over a selected shape if we click over the white space inside the selection it will trigger the drag and drop multiple selection.

Whenever a mousedown event is triggered on the stage we have to set a temporary flag of darggingInsideMultipleSelection to avoid this behavior

@brauliodiez brauliodiez added the bug Something isn't working label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Needs definition
Development

No branches or pull requests

1 participant