I\'m trying to figure out how to make the clipboard events return false on the onCopy event. I use for test the onCopy handler and e.preventDefau
false
onCopy
e.preventDefau
This should be a comment but I don't have enough reputation. I think e.preventDefault() is enough for (at least) React 16.
Working example on Codesandbox