if (this.ueditor) { this.ueditor.destroy(); window.UE.delEditor(this.containerID); } 是不是要删除下dom呢? ?
if (this.ueditor) {
this.ueditor.destroy();
window.UE.delEditor(this.containerID);
}
是不是要删除下dom呢?
?