Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
2b1ce75470 | |
|
|
81f46414bb |
|
|
@ -5,7 +5,7 @@ import { CKEditor } from "@ckeditor/ckeditor5-react";
|
||||||
import Editor from "ckeditor5-custom-build";
|
import Editor from "ckeditor5-custom-build";
|
||||||
|
|
||||||
function CustomEditor(props) {
|
function CustomEditor(props) {
|
||||||
const maxHeight = props.maxHeight || 600;
|
const maxHeight = props.maxHeight || 600;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="ckeditor-wrapper">
|
<div className="ckeditor-wrapper">
|
||||||
|
|
@ -168,4 +168,4 @@ function CustomEditor(props) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default CustomEditor;
|
export default CustomEditor;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue