uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.17k stars 156 forks source link

enable spellcheck #169

Closed stevemk14ebr closed 3 years ago

stevemk14ebr commented 3 years ago

https://github.com/uiwjs/react-md-editor/blob/60fb1569d70efb4e8e42722281fe31a27c805078/src/components/TextArea/Textarea.tsx#L35

Allow this to be configurable

jaywcjlove commented 3 years ago

@stevemk14ebr Upgrade + @uiw/react-md-editor@3.0.9

stevemk14ebr commented 3 years ago

this worked thank you for updating so fast