<kindeditor id="editor_id" height="500px" width="700px" :loadStyleMode="false" :wellFormatMode="true" :filterMode="false"
:content="editorText"></kindeditor>
element+vue前端项目,整个富文本编辑器放在dialog中,第一打开dialog能够正常获取数据,也能编辑输入,关闭后第二次打开的时候输入框就无法输入,点击工具栏加粗、斜体等按钮控制台就报错Cannot read property 'scrollX' of null
关闭dialog 是不是销毁了内容?