This commit is contained in:
Felix Roos
2022-12-19 20:30:01 +01:00
parent bf373d894d
commit 4e5a0d9e02
+1 -1
View File
@@ -219,7 +219,7 @@ function App() {
setLastShared(activeCode || code);
const shareUrl = window.location.origin + '?' + hash;
// copy shareUrl to clipboard
navigator.clipboard.writeText(shareUrl);
await navigator.clipboard.writeText(shareUrl);
const message = `Link copied to clipboard: ${shareUrl}`;
alert(message);
// alert(message);