We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40ea82 commit 655dbefCopy full SHA for 655dbef
core/README.md
@@ -275,6 +275,8 @@ export interface IMarkdownEditor extends ReactCodeMirrorProps {
275
renderPreview?: (props: MarkdownPreviewProps, initVisible: boolean) => React.ReactNode;
276
/** Preview expanded width @default `50%` */
277
previewWidth?: string;
278
+ /** Whether to enable preview function @default `true` */
279
+ enablePreview?: boolean;
280
/** Whether to enable scrolling */
281
enableScroll?: boolean;
282
/** Tool display settings. */
0 commit comments