-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
height reduced which window resize #173
Comments
jaywcjlove
added a commit
that referenced
this issue
Mar 17, 2022
@minimorph223 Upgrade |
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 |
https://codesandbox.io/s/hardcore-scott-5xuh4h?file=/pages/index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no matter window get larger or smaller, the height reduced always.
browser: chrome (I tried on safari and firefox as well, same issue)
react-markdown2.mov
The text was updated successfully, but these errors were encountered: