fix(视图): 修复富文本视图编辑时点击仪表板空白区可能未及时显示转换数据问题

This commit is contained in:
wangjiahao 2022-08-30 15:33:18 +08:00
parent d1831556b3
commit 57366f42e9

View File

@ -112,6 +112,8 @@ export default {
this.canEdit = false
this.reShow()
this.myValue = this.assignment(this.element.propValue.textValue)
const ed = tinymce.editors[this.tinymceId]
ed.setContent(this.myValue)
}
},
myValue(newValue) {