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

Replace dependency on react-copy-to-clipboard with custom logic #258

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

acelaya
Copy link
Member

@acelaya acelaya commented Feb 15, 2024

This PR removes the react-copy-to-clipboard dependency, and replaces it with a simple helper wrapping a call to navigator.clipboard.writeText.

Closes #257

@acelaya acelaya force-pushed the feature/copy-to-clipboard branch from f4a4411 to ec34b6d Compare February 15, 2024 08:12
@acelaya acelaya marked this pull request as ready for review February 15, 2024 08:13
@acelaya acelaya merged commit dd628ff into shlinkio:main Feb 15, 2024
5 checks passed
@acelaya acelaya deleted the feature/copy-to-clipboard branch February 15, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate away from react-copy-to-clipboard
1 participant