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(select): trigger select events for shift+drag selections #1133

Merged
merged 2 commits into from
Oct 25, 2020

Conversation

Thomaash
Copy link
Member

Selection events were only triggered by clicks but not drags, this PR fixes that.

Some refactoring is also included (selection handling is now encapsulated in a class, some underscore convention fixes and dead code removal…) and E2E test.

Closes #1128.

This also includes some refactoring (selection is now encapsulated in a
class, some underscore convention fixes and dead code removal) and E2E
test.
@Thomaash Thomaash requested a review from a team October 25, 2020 13:01
Copy link
Member

@mojoaxel mojoaxel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Thomaash Thomaash merged commit 4bf8573 into master Oct 25, 2020
@Thomaash Thomaash deleted the drag-selection branch October 25, 2020 14:55
@vis-bot
Copy link
Collaborator

vis-bot commented Oct 25, 2020

🎉 This PR is included in version 8.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Selecting with SHIFT key does not trigger select event
4 participants