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.03k stars 149 forks source link

设置指定maxheight后, 全屏显示情况下,编辑区域并不是全屏高度 #606

Open EmptyG2018 opened 6 months ago

EmptyG2018 commented 6 months ago

markdown 版本: 6.0.0 操作系统:MacOS 浏览器 版本:版本 120.0.6099.109(正式版本) (arm64)

复现代码如下:

EmptyG2018 commented 6 months ago
<MarkdownEditor maxHeight="560px" />
jaywcjlove commented 6 months ago

@EmptyG2018 因为你没有指定高度,无法计算全屏高度的样子