-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Markdown Preview hide not works #205
Comments
jaywcjlove
added a commit
that referenced
this issue
Sep 22, 2023
@92sajid110 Upgrade import React from "react";
import MarkdownEditor from '@uiw/react-markdown-editor';
const Dome = () => (
<MarkdownEditor
value="Hello Markdown!"
height="200px"
+ enablePreview={false}
/>
); |
jaywcjlove
added a commit
that referenced
this issue
Sep 22, 2023
Thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to hide Preview but not works.
toolbarsMode={["fullscreen"]}
But it shows approx 10px of preview on right and preview button is hidden
previewProps={{
style:{display:none}
}}
same result not hiding completely
The text was updated successfully, but these errors were encountered: