-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor: update SuiteSelectorSuiteLink with a and href to handle right-click #472
refactor: update SuiteSelectorSuiteLink with a and href to handle right-click #472
Conversation
Review Forge |
|
Looking great! However, I think we should prevent right-click functionality for the elements in a disabled state. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! :)
That's an interesting one... right-click is a native feature so I wouldn't prevent it but you're right @gabyzif we might want to remove the |
good point. I don't really like to mess up by rendering different html tags. I think the easiest would be to set the CSS rule |
🎉 This PR is included in version 1.34.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
a
and href to handle opening in a new tab with the right-click.Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)