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 row selection being removed when clicking off of chart #325

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

JakeWags
Copy link
Member

@JakeWags JakeWags commented Mar 26, 2024

Does this PR close any open issues?

Closes #307
Also closes #317

Give a longer description of what this PR addresses and why it's needed

This PR adds an event listener for removing column hover state when moving the mouse outside the UpSet plot. Additionally, this PR removes the event listener for removing the click state. This was causing issues with interaction with the elementView sidebar. The user can only deselect an element by clicking on a selected row.

Provide pictures/videos of the behavior before and after these changes (optional)

Updated behavior

upset-column-highlights

Have you added or updated relevant tests?

  • Yes
  • No changes are needed

Have you added or updated relevant documentation?

  • Yes
  • No changes are needed

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • ...

@JakeWags JakeWags requested a review from NateLanza March 26, 2024 21:03
Copy link

netlify bot commented Mar 26, 2024

Deploy Preview for upset2 ready!

Name Link
🔨 Latest commit 800125d
🔍 Latest deploy log https://app.netlify.com/sites/upset2/deploys/66059af133834800089d74de
😎 Deploy Preview https://deploy-preview-325--upset2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@NateLanza NateLanza left a comment

Choose a reason for hiding this comment

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

Single question needs answered

@JakeWags JakeWags mentioned this pull request Mar 26, 2024
5 tasks
Copy link
Contributor

@NateLanza NateLanza left a comment

Choose a reason for hiding this comment

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

LGTM

@JakeWags JakeWags merged commit a3629eb into main Mar 28, 2024
7 checks passed
@JakeWags JakeWags deleted the 307-selection-fixes branch March 28, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants