Closed carloitaben closed 6 months ago
I think we should copy https://github.com/vercel/next.js/blob/canary/packages/next/src/client/link.tsx#L180-L191 to match the behavior.
Makes sense! I've updated the PR. Let me know if there's anything else I can do 🙂
Published in 0.0.4! Thanks!
The current implementation of the link component prevents the default behavior of opening a link in a new tab when doing
cmd+click
on Mac orctrl+click
on Windows. This PR restores this functionality.