v1.0.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
clipboard = (text) => {
|
||||
navigator.clipboard.writeText(text)
|
||||
.then(() => console.log("Текст скопійовано!"))
|
||||
.then(() => alert("Посилання скопійовано!"))
|
||||
.catch(err => console.error(err))
|
||||
}
|
||||
Reference in New Issue
Block a user