diff --git a/src/client/app/router.ts b/src/client/app/router.ts index f3b97401..02499af6 100644 --- a/src/client/app/router.ts +++ b/src/client/app/router.ts @@ -98,6 +98,9 @@ export function createRouter( // only intercept inbound links if ( !e.ctrlKey && + !e.shiftKey && + !e.altKey && + !e.metaKey && target !== `_blank` && protocol === currentUrl.protocol && hostname === currentUrl.hostname