Dax Raad 7 месяцев назад
Родитель
Сommit
f40feed190
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      cloud/app/src/routes/index.tsx

+ 0 - 1
cloud/app/src/routes/index.tsx

@@ -22,7 +22,6 @@ export default function Home() {
     for (const button of commands) {
       const callback = () => {
         const text = button.textContent
-        alert(text)
         if (text) {
           navigator.clipboard.writeText(text)
           button.setAttribute("data-copied", "")