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 inconsistent middle-click behavior for quoted posts #6296

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

Conversation

khuddite
Copy link
Contributor

Fixes #6280

  1. Summary
    Inside the Link component, it seems we didn't enable auxclick when noFeedback is false, and that's why middle-click is doing nothing on the post thread page. I figured we probably wanna enable auxclick regardless of noFeedback flag for consistency for all links across the app. (https://developer.mozilla.org/en-US/docs/Web/API/Element/auxclick_event)

  2. Solution
    Always enable the auxclick for Link component

  3. Recording

CleanShot.2024-11-13.at.09.01.34.mp4

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.

Inconsistent middle-click behavour for quoted posts
1 participant