Tweak share API usage

dev
gravel 1 year ago
parent 00d98f3381
commit 1d580dff1f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -548,8 +548,7 @@ function addSearchInteractions() {
newLocation.hash = hash;
if (navigator.share) {
navigator.share({
text: newLocation.href,
url: newLocation.href,
text: newLocation.href
});
} else {
copyToClipboard(newLocation.href, "Share link copied to clipboard.")

Loading…
Cancel
Save