scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Support for renderLine event? #98

Closed rgov closed 6 years ago

rgov commented 6 years ago

I want to be able to implement the functionality in the indented wrapped line demo, which involves adding an event handler for the renderLine event. But this doesn't appear to be one of the ones exposed by react-codemirror2.

scniro commented 6 years ago

@rgov intersting, I must not have seen this one. Should be easy enough to add. I'll get this in, hopefully soon!

scniro commented 6 years ago

@rgov fixed with the 5.1.0 release!