scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.65k stars 192 forks source link

Is is possbile to trigger the re run of a mode? #288

Open michele1234567 opened 1 year ago

michele1234567 commented 1 year ago

I'd like to know if it's possbile to trigger the re run of the mode manually. I've tried changing options(like readOnly) but It doesn't fire any re run of the mode. Thanks