Pegase745 / shortnr

Simple URL shortener written in TypeScript.
MIT License
7 stars 2 forks source link

Do not automatically copy to clipboard as it is not the way to go #21

Open Pegase745 opened 5 years ago

Pegase745 commented 5 years ago

Fixes #19

eveningkid commented 5 years ago

I think it's a pity that the whole feature has to be removed. Another approach would have been to keep it and only show the alert if it successfully copied to clipboard. By removing the feature I just feel like everybody is punished only because it doesn't work on Firefox.

Why not using another package that works on all browsers instead? clipboard-copy

NB: Not working in the Firefox@54.0.1