You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe i doing something wrong but it's looks like the clipboard is only updating if i don't fill the onCopy param.
I tested on a basic example like:
<div><p>Click the button to copy some text</p><ReactZeroClipboardtext="Hello, world!"onCopy={function(){}}><button>Copy</button></ReactZeroClipboard></div>
Hi, thanks a lot for this tool!
Maybe i doing something wrong but it's looks like the clipboard is only updating if i don't fill the
onCopy
param.I tested on a basic example like:
with [email protected]
The text was updated successfully, but these errors were encountered: