mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
wip: cloud
This commit is contained in:
parent
6bbc4cca92
commit
f40feed190
@ -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", "")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user