This commit is contained in:
Jesse Winton
2025-03-31 14:42:16 -04:00
parent 3cae5f6d00
commit 69bdf6f067
5 changed files with 23 additions and 22 deletions

View File

@@ -22,11 +22,11 @@
}
});
const CopyStatus ={
Copy = 'Copy',
Copied = 'Copied!'
}
const CopyStatus = {
Copy: 'Copy',
Copied: 'Copied!'
};
let copyText = CopyStatus.Copy;
async function handleCopy() {
await copy(content);