mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
1a3f950777
There are occasions where it is useful to have `target='_blank'` on hyperlinks within your own app. (For example, if your app is being loaded in an iframe and you'd like for the links to break out in to new windows.) With this PR, the `onClick` logic in Link now checks for an external target on the nested <a/> tag, and will fall back to the default behavior if it's present, similar to the logic for shift-/cmd-clicking the link. |
||
---|---|---|
.. | ||
router | ||
app.js | ||
asset.js | ||
constants.js | ||
dynamic.js | ||
error-debug.js | ||
error.js | ||
EventEmitter.js | ||
head.js | ||
link.js | ||
p-queue.js | ||
page-loader.js | ||
prefetch.js | ||
promisify.js | ||
runtime-config.js | ||
shallow-equals.js | ||
side-effect.js | ||
utils.js |