fix(status): copy link

This commit is contained in:
三咲智子 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

View file

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