fix(status): copy link

zio/stable
三咲智子 2022-11-24 22:31:43 +08:00
parent a5ef2bdc67
commit 0587f5f994
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const togglePin = async () => toggleStatusAction(
) )
const copyLink = async () => { const copyLink = async () => {
await clipboard.copy(location.href) await clipboard.copy(`${location.origin}${getStatusPath(status)}`)
} }
const openInOriginal = () => { const openInOriginal = () => {
window.open(status.url!, '_blank') window.open(status.url!, '_blank')