mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
wip: cloud
This commit is contained in:
parent
6bbc4cca92
commit
f40feed190
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue