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

Fix group selection when using lasso #4108

Merged
merged 2 commits into from Apr 28, 2023
Merged

Fix group selection when using lasso #4108

merged 2 commits into from Apr 28, 2023

Conversation

knolleary
Copy link
Member

When selecting a group via the lasso, the group object wasn't being added to the movingSet. This mean any action on the selection (delete, cut, copy etc) would not include the group.

This fix changes how the lasso selects a group to use the same code as clicking the group uses - rather than try to reinvent the wheel.

@coveralls
Copy link

coveralls commented Mar 20, 2023

Coverage Status

Coverage: 68.572% (-0.04%) from 68.609% when pulling 33ea259 on fix-group-select-delete into 586006d on dev.

@knolleary knolleary merged commit bd7b3bb into dev Apr 28, 2023
3 of 4 checks passed
@knolleary knolleary deleted the fix-group-select-delete branch April 28, 2023 14:28
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.

None yet

2 participants