forked from github/dataease
fix(视图): 修复富文本视图编辑时点击仪表板空白区可能未及时显示转换数据问题
This commit is contained in:
parent
d1831556b3
commit
57366f42e9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user