mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
fix: desktop shellOpen
This commit is contained in:
@@ -297,7 +297,7 @@ document.addEventListener("click", (e) => {
|
||||
const link = (e.target as HTMLElement).closest("a.external-link") as HTMLAnchorElement | null
|
||||
if (link?.href) {
|
||||
e.preventDefault()
|
||||
platform.openLink(link.href)
|
||||
shellOpen(link.href)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user