diff --git a/src/App.tsx b/src/App.tsx index 3af804b0..e06c6672 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -371,6 +371,7 @@ export default function App({ if (isInternalLink && !isNewTab && !isNewWindow) { event.preventDefault() + window.open(link, '_blank') } }, [])