We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c092e85 commit 9260971Copy full SHA for 9260971
1 file changed
docs/public/copy-code-button.js
@@ -70,6 +70,7 @@ document.addEventListener("DOMContentLoaded", () => {
70
71
timeoutId = setTimeout(() => {
72
button.innerText = "Copy";
73
+ button.classList.remove("copied");
74
button.setAttribute("aria-label", "Copy code to clipboard");
75
timeoutId = null;
76
}, 2000);
0 commit comments