Fix copyUrl feature

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-08-17 14:25:40 +02:00
parent 81366e8ae1
commit b620e75b51
1 changed files with 1 additions and 1 deletions

View File

@ -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() {