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

bug(Select): Fix multi drag no longer working #1504

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

Kruptein
Copy link
Owner

@Kruptein Kruptein commented Nov 8, 2024

Fixes #1499

While doing the select refactor in #1487 I accidentally changed a .focus call to act as if it was a .set call, causing the selection to be limited to the clicked shape instead of focusing on the shape without affecting the selection.

This caused multi drag no longer to work as it was always resetting the selection to just the clicked shape.

@Kruptein Kruptein merged commit f53270f into dev Nov 8, 2024
5 checks passed
@Kruptein Kruptein deleted the bugfix/1499-select-multi-drag branch November 8, 2024 18:21
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.

[BUG] Dragging multiple tokens does not work
1 participant