react-markdown-editor
react-markdown-editor copied to clipboard
height reduced which window resize
trafficstars
no matter window get larger or smaller, the height reduced always. browser: chrome (I tried on safari and firefox as well, same issue)
https://user-images.githubusercontent.com/6702159/158762386-b0e5f3c7-302a-4afc-8bb8-b8d9c1d79bd3.mov
@minimorph223 Upgrade v3.2.9
i am using markdown-editor with nextjs. After upgrade to v.3.2.9, the issue still existed on my local. Is it related?
import '@uiw/react-markdown-editor/markdown-editor.css';
import '@uiw/react-markdown-preview/markdown.css';
const MDEditor = dynamic(
() => import("@uiw/react-markdown-editor"),
{ ssr: false }
);
Provide an example via codesandbox.io @minimorph223
Provide an example via codesandbox.io @minimorph223
https://codesandbox.io/s/hardcore-scott-5xuh4h?file=/pages/index.js