Skip to content
Snippets Groups Projects
Commit 403aae43 authored by Adam Procter's avatar Adam Procter
Browse files

changed timer for click event

doesnt help
parent b74db670
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ export default {
copyClipBoard(e) {
this.copytext = 'https://ipfs.io/ipfs/' + e
this.copyready = true
setTimeout(this.copyClick, 5000)
setTimeout(this.copyClick, 1000)
},
copyClick() {
......
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