Skip to content

Fix click interaction #4217

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

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open

Fix click interaction #4217

wants to merge 1 commit into from

Conversation

jacobp100
Copy link
Contributor

No description provided.

@jacobp100 jacobp100 requested a review from alantreadway as a code owner May 16, 2025 09:23
@alantreadway alantreadway requested a review from olegat May 16, 2025 11:24
this.onHoverLikeEvent(event);
if (current === this.chart.ctx.widgets.seriesWidget) {
this.onHoverLikeEvent(event);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

The check makes sense. But I think that we might want to move it further down into the onHoverLikeEvent method itself to avoid undesirable side effects like breaking keyboard/mouse hot-swapping or not calling preventDefault on touch event.s

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.

2 participants