fix: 🐛

This commit is contained in:
codytseng 2025-11-18 21:14:49 +08:00
parent 7065015462
commit 0169eb3ba7

View file

@ -42,6 +42,8 @@ export default function ExternalLink({
e.stopPropagation()
if (isSmallScreen) {
setIsDrawerOpen(false)
setTimeout(() => push(toExternalContent(url)), 100) // wait for drawer to close
return
}
push(toExternalContent(url))
}