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
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Currently there is no way to manipulate content before being copied to the clipboard. We are currently hacking the Editor instance to override the onCopy handler but this is not ideal.
What is the expected behavior?
Ideally, we could set the text/html that is copied to the clipboard and/or manipulate the editor state that is passed into getFragmentFromSelection(). (lib/editOnCopy.js:32)