Closed a1392136 closed 6 months ago
@a1392136 You can provide a reproducible example of the error, and I'll take a look.
@a1392136 You can provide a reproducible example of the error, and I'll take a look.
I use this component in my electron application. The markdown editor works fine, but previews are not shown by default. I want the preview to be shown by default when rendering.
default:
The desired effect:
<MarkdownEditor
value={markdownVal}
+ visible={true}