fix
This commit is contained in:
parent
0d15974117
commit
81f46414bb
|
|
@ -5,7 +5,7 @@ import { CKEditor } from "@ckeditor/ckeditor5-react";
|
|||
import Editor from "ckeditor5-custom-build";
|
||||
|
||||
function CustomEditor(props) {
|
||||
const maxHeight = props.maxHeight || 600;
|
||||
const maxHeight = props.maxHeight || 600;
|
||||
|
||||
return (
|
||||
<div className="ckeditor-wrapper">
|
||||
|
|
@ -168,4 +168,4 @@ function CustomEditor(props) {
|
|||
);
|
||||
}
|
||||
|
||||
export default CustomEditor;
|
||||
export default CustomEditor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue