We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb050b0 commit 27247b7Copy full SHA for 27247b7
src/components/link.js
@@ -105,7 +105,7 @@ export default {
105
106
function guardEvent (e) {
107
// don't redirect with control keys
108
- if (e.metaKey || e.ctrlKey || e.shiftKey) return
+ if (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) return
109
// don't redirect when preventDefault called
110
if (e.defaultPrevented) return
111
// don't redirect on right click
0 commit comments