|
|
@@ -399,8 +399,6 @@ const PageEditor = (props: Props): JSX.Element => {
|
|
|
return <></>;
|
|
|
}
|
|
|
|
|
|
- // const config = props.appContainer.getConfig();
|
|
|
- // const isUploadable = config.upload.image || config.upload.file;
|
|
|
const isUploadable = isUploadableImage || isUploadableFile;
|
|
|
|
|
|
|
|
|
@@ -411,8 +409,6 @@ const PageEditor = (props: Props): JSX.Element => {
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
const EditorAny = Editor as any;
|
|
|
|
|
|
- // console.log('EditorAny', markdown);
|
|
|
-
|
|
|
return (
|
|
|
<div className="d-flex flex-wrap">
|
|
|
<div className="page-editor-editor-container flex-grow-1 flex-basis-0 mw-0">
|