Skip to content

Commit

Permalink
feat: externalLink에도 이벤틑 넘겨주도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YWTechIT committed Jan 15, 2025
1 parent 1868e97 commit f46f53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/external/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function ExternalLink({

const handleClick: MouseEventHandler<HTMLAnchorElement> = (e) => {
if (onClick) {
onClick()
onClick(e)
}

handleHrefExternally({
Expand Down

0 comments on commit f46f53c

Please sign in to comment.