We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I <middle>-click, <ctrl>-click, or <cmd>-click on one of these rows, I should get the destination page in a new tab
<middle>
<ctrl>
<cmd>
Currently <middle>-click does nothing and <ctrl>-click acts as a normal click. I haven't tested <cmd>-click, but I assume it's the same.
The text was updated successfully, but these errors were encountered:
fix: Wrap TableCell with Link for native browser routing
a6b0a77
Tables were previously using an onClick handler which replicated some Link behavior, but not natively through the browser. Fixes #2525.
9c26023
2956e06
fix: Wrap TableCell with Link for native browser routing (#2532)
a48a838
kylecarbs
Successfully merging a pull request may close this issue.
When I

<middle>
-click,<ctrl>
-click, or<cmd>
-click on one of these rows, I should get the destination page in a new tabCurrently
<middle>
-click does nothing and<ctrl>
-click acts as a normal click. I haven't tested<cmd>
-click, but I assume it's the same.The text was updated successfully, but these errors were encountered: