mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-29 19:34:32 +00:00
fix: desktop shellOpen
This commit is contained in:
parent
ad33807627
commit
769c34c94f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue