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

Fix copy to clipboard functionality #35

Open
coolharsh55 opened this issue Mar 24, 2022 · 0 comments
Open

Fix copy to clipboard functionality #35

coolharsh55 opened this issue Mar 24, 2022 · 0 comments

Comments

@coolharsh55
Copy link

The existing copy functionality that creates a copy button and handles onclick copy to clipboard does not work as intended (checked on multiple browsers).

function setUpCopyButtons() {

I'm not sure exactly what doesn't work (though there's old crud there e.g. flash code). Might be a good idea to move to newer clipboard APIs e.g. Clipboard.write()

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

No branches or pull requests

1 participant