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

Scrolling on preview is not scrolling the editor since v3.0.0 #159

Closed rafaelguedes closed 3 years ago

rafaelguedes commented 3 years ago

Until v2.1.11, if you scroll the preview area, the editor will scroll simultaneously. From v3.0.0 onwards, if you scroll the preview area, the editor will not scroll.

Can you bring this feature back?

Thanks. 🙂

jaywcjlove commented 3 years ago

@rafaelguedes Upgrade + @uiw/react-md-editor@3.0.5

rafaelguedes commented 3 years ago

Thanks, once again, @jaywcjlove. It's working! 👍