Implement the methods "cut" and "paste" from the Clipboard API
Closed this issue · 0 comments
helderberto commented
For now, the project just has copy
and uses the React state
to share the copied value.
It should use Clipboard API with their full features.