mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
chg: Show the whole link when clipboard is not accessible
This commit is contained in:
parent
41b7e37819
commit
39e4d2df74
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const copyShortUrl = async (link) => {
|
|||
showAlert(`Short URL ${link} was copied to clipboard!`, "green");
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
showAlert("Could not copy short URL to clipboard, please do it manually.", "red");
|
||||
showAlert(`Could not copy short URL to clipboard, please do it manually: ${site}/${link}`, "red");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue