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: Modifier (cmd, shift, ctrl) clicking on BaseLink Links modifies current page view & url #1335

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

Conversation

daniel-ji
Copy link
Contributor

@daniel-ji daniel-ji commented Nov 11, 2024

Fixes #1301.

This fix intercepts the click event and stops event propagation on the current tab (what causes the view to change). Covers all bases with event propagation (both native and synthetic events).

Copy link
Contributor

@codemonkey800 codemonkey800 left a comment

Choose a reason for hiding this comment

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

nice 🔥

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: Cmd + Left Click on links in table rows causes primary action to be executed as well as opening new tab
2 participants