forked from github/dataease
Merge pull request #2987 from dataease/pr@dev@refactor_panel-richText
fix(视图): 修复富文本视图编辑时点击仪表板空白区可能未及时显示转换数据问题
This commit is contained in:
commit
5e19ccb0a3
@ -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