Update voice demo copy button
This commit is contained in:
@@ -171,9 +171,9 @@ async function copyChatId() {
|
||||
els.chatId.disabled = true;
|
||||
}
|
||||
|
||||
els.copyChatIdBtn.textContent = "Copied";
|
||||
els.copyChatIdBtn.classList.add("copied");
|
||||
window.setTimeout(() => {
|
||||
els.copyChatIdBtn.textContent = "Copy";
|
||||
els.copyChatIdBtn.classList.remove("copied");
|
||||
}, 1200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user