We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbc4cc commit f40feedCopy full SHA for f40feed
cloud/app/src/routes/index.tsx
@@ -22,7 +22,6 @@ export default function Home() {
22
for (const button of commands) {
23
const callback = () => {
24
const text = button.textContent
25
- alert(text)
26
if (text) {
27
navigator.clipboard.writeText(text)
28
button.setAttribute("data-copied", "")
0 commit comments