We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking the clipboard icon doesn't copy to clipboard. But, clicking the preview icon then clicking the clipboard icon does copy.
Swapping out v-clipboard for https://www.npmjs.com/package/clipboard doesn't resolve the issue.
import Clipboard from "clipboard"; Clipboard.copy("");
I couldn't get navigator.clipboard to not error.
navigator.clipboard
https://forums.developer.apple.com/forums/thread/691873 https://stackoverflow.com/questions/66312944/javascript-clipboard-api-write-does-not-work-in-safari https://wolfgangrittner.dev/how-to-use-clipboard-api-in-firefox/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clicking the clipboard icon doesn't copy to clipboard. But, clicking the preview icon then clicking the clipboard icon does copy.
Swapping out v-clipboard for https://www.npmjs.com/package/clipboard doesn't resolve the issue.
I couldn't get
navigator.clipboard
to not error.https://forums.developer.apple.com/forums/thread/691873
https://stackoverflow.com/questions/66312944/javascript-clipboard-api-write-does-not-work-in-safari
https://wolfgangrittner.dev/how-to-use-clipboard-api-in-firefox/
The text was updated successfully, but these errors were encountered: