added copy link utility
This commit is contained in:
3
ui/src/lib/copyLink.ts
Normal file
3
ui/src/lib/copyLink.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export function CopyLink() {
|
||||||
|
navigator.clipboard.writeText(window.location.href);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user