wip: cloud
This commit is contained in:
@@ -22,7 +22,6 @@ export default function Home() {
|
|||||||
for (const button of commands) {
|
for (const button of commands) {
|
||||||
const callback = () => {
|
const callback = () => {
|
||||||
const text = button.textContent
|
const text = button.textContent
|
||||||
alert(text)
|
|
||||||
if (text) {
|
if (text) {
|
||||||
navigator.clipboard.writeText(text)
|
navigator.clipboard.writeText(text)
|
||||||
button.setAttribute("data-copied", "")
|
button.setAttribute("data-copied", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user