diff --git a/src/components/Bookmark.vue b/src/components/Bookmark.vue index 9dc3c222..27071310 100644 --- a/src/components/Bookmark.vue +++ b/src/components/Bookmark.vue @@ -256,7 +256,7 @@ export default { this.$store.dispatch(actions.CLICK_BOOKMARK, this.bookmark) }, onCopyUrl() { - navigator.clipboard.writeText(this.bookmark.url) + navigator.clipboard.writeText(this.bookmark.tar) this.$store.commit(mutations.SET_NOTIFICATION, this.t('bookmarks', 'Link copied to clipboard')) }, async fetchBackgroundImage() {