Skip to content
Snippets Groups Projects
Commit 1b286594 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

debug

parent a3c9c1c0
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,9 @@ export default {
return citation
},
copy_link() {
navigator.clipboard.writeText(this.create_link());
let link = this.create_link()
console.log(link)
navigator.clipboard.writeText(link);
this.what_copied = "Lenka"
this.copy_popup = true
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment