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
How do you override the event that is triggered when the user copies a sequence from the editor?
I manage to override the event somewhat using the onCopy property of the editor (I can for instance print something to the console), but I don't see how to prevent the toasted message from showing up. Is that possible?
Hi @tnrich,
How do you override the event that is triggered when the user copies a sequence from the editor?
I manage to override the event somewhat using the
onCopy
property of the editor (I can for instance print something to the console), but I don't see how to prevent the toasted message from showing up. Is that possible?As usual, to reproduce:
https://ove-playground.netlify.app/
The code is in this component: https://github.com/manulera/ove_playground/blob/master/src/EditorComparison.jsx
The text was updated successfully, but these errors were encountered: