编辑区域高度默认为 300px ,可通过以下方式修改。
300px
const editor = new E('#div1') // 设置编辑区域高度为 500px editor.config.height = 500 // 注意,先配置 height ,再执行 create() editor.create()