Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of react-copy-to-clipboard #658

Open
ogonkov opened this issue May 5, 2023 · 3 comments · May be fixed by #1852
Open

Get rid of react-copy-to-clipboard #658

ogonkov opened this issue May 5, 2023 · 3 comments · May be fixed by #1852
Labels
help wanted Extra attention is needed

Comments

@ogonkov
Copy link
Contributor

ogonkov commented May 5, 2023

I guess we can use native browser APIs instead.

@amje
Copy link
Contributor

amje commented Jun 28, 2023

@ogonkov It is more than polyfill. We don't want to implement the logic by ourselfs

@ogonkov
Copy link
Contributor Author

ogonkov commented Jun 28, 2023

@amje We can replace it with some lightweight lib around navigator.clipboard, it's just few lines to copy text in modern browser

@amje amje added the help wanted Extra attention is needed label Jul 9, 2024
@amje
Copy link
Contributor

amje commented Jul 9, 2024

Should be something like this: https://wolfgangrittner.dev/how-to-use-clipboard-api-in-firefox/

@ogonkov ogonkov linked a pull request Sep 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants