hide also in copy
This commit is contained in:
parent
d06681ad58
commit
96c083187d
@ -520,7 +520,10 @@ const actions = {
|
|||||||
? (copyButton = getE("mailgo-copy"))
|
? (copyButton = getE("mailgo-copy"))
|
||||||
: (copyButton = getE("mailgo-tel-copy"));
|
: (copyButton = getE("mailgo-tel-copy"));
|
||||||
copyButton.textContent = "copied";
|
copyButton.textContent = "copied";
|
||||||
setTimeout(() => (copyButton.textContent = "copy"), 999);
|
setTimeout(() => {
|
||||||
|
copyButton.textContent = "copy";
|
||||||
|
hideMailgo();
|
||||||
|
}, 999);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user