Skip to content

Commit 655dbef

Browse files
committed
doc: Update README.md
1 parent f40ea82 commit 655dbef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ export interface IMarkdownEditor extends ReactCodeMirrorProps {
275275
renderPreview?: (props: MarkdownPreviewProps, initVisible: boolean) => React.ReactNode;
276276
/** Preview expanded width @default `50%` */
277277
previewWidth?: string;
278+
/** Whether to enable preview function @default `true` */
279+
enablePreview?: boolean;
278280
/** Whether to enable scrolling */
279281
enableScroll?: boolean;
280282
/** Tool display settings. */

0 commit comments

Comments
 (0)