timeout per copy
This commit is contained in:
parent
7c76dcfcbc
commit
15dfc84f21
@ -256,6 +256,9 @@ function mailgoInit() {
|
||||
function(event) {
|
||||
copyToClipboard(mail);
|
||||
copy.innerHTML = "copied!";
|
||||
let timeout = setTimeout(() => {
|
||||
copy.innerHTML = "copy";
|
||||
}, 999);
|
||||
},
|
||||
false
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user