praneshr / react-diff-viewer

A simple and beautiful text diff viewer component made with Diff and React.
https://praneshravi.in/react-diff-viewer/
MIT License
1.44k stars 273 forks source link

feat: add missing codeFold to ReactDiffViewerStylesOverride #189

Open davletovalmir opened 11 months ago

davletovalmir commented 11 months ago

Apparently, codeFold is missing in ReactDiffViewerStylesOverride interface, though it's marked as an option to configure in README.md. I'm adding it in this PR.