uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.5k stars 125 forks source link

How To Disable Copy Paste in Editor? #650

Open SakshamSahgal opened 2 months ago

SakshamSahgal commented 2 months ago

It seems that there is no way to disable copy paste in the editor : Link

jaywcjlove commented 2 months ago

@SakshamSahgal I don't understand what you mean, I don't know if the following method can solve your problem.

https://uiwjs.github.io/react-codemirror/#/extensions/events

SakshamSahgal commented 2 months ago

@jaywcjlove I apologize if my initial inquiry wasn't clear. It seems there's no built-in option in @uiw/react-codemirror to disable copy-paste while allowing typing. Maybe adding a parameter to define this behavior could be beneficial.

jaywcjlove commented 2 months ago

The 'events' extension can achieve this, I think that's enough."