|
@@ -448,7 +448,6 @@ export const PageEditor = React.memo((props: Props): JSX.Element => {
|
|
|
user={user ?? undefined}
|
|
user={user ?? undefined}
|
|
|
pageId={pageId ?? undefined}
|
|
pageId={pageId ?? undefined}
|
|
|
initialValue={initialValue}
|
|
initialValue={initialValue}
|
|
|
- onOpenEditor={markdown => setMarkdownToPreview(markdown)}
|
|
|
|
|
editorSettings={editorSettings}
|
|
editorSettings={editorSettings}
|
|
|
onEditorsUpdated={onEditorsUpdated}
|
|
onEditorsUpdated={onEditorsUpdated}
|
|
|
/>
|
|
/>
|