mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
add tooltip stuff
[deploy]
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
await navigator.clipboard.writeText(url.toString())
|
||||
tippy(event.target, {
|
||||
content: "Share url copied!",
|
||||
hideOnClick: true,
|
||||
duration: 4000,
|
||||
delay: [0, 1000000],
|
||||
onHidden(instance) {
|
||||
instance.destroy()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user