codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.76k stars 4.96k forks source link

Request for onChange Event or Value Change Subscription in react-codemirror-merge #7039

Closed kwonth211 closed 1 year ago

kwonth211 commented 1 year ago

I'm currently using react-codemirror-merge and would like to detect onChange events or subscribe to value changes. Is there a way to achieve this functionality? Any insight or suggestions on how to implement this would be greatly appreciated. Thanks in advance!

marijnh commented 1 year ago

See the editor's event interface. You can use the left, right, and edit properties of the mere view to get at the editor instances inside of it.