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

Scroll on empty editor #67

Closed ShamansCoding closed 3 years ago

ShamansCoding commented 3 years ago

Greetings!

As mentioned in the name of the issue, the scroll is always enabled in the editor. Even when there is no text in it.

I couldn't found a way to fix it from available props. Can this behavior be fixed by default in the future, or where is some way to do it right now? Запись экрана 2020-12-05 в 02 58 03

jaywcjlove commented 3 years ago

@ShamansCoding Upgrade + @uiw/react-md-editor@1.14.7

ShamansCoding commented 3 years ago

@jaywcjlove Thanks! Timely release!