mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix(视图): 修复富文本视图编辑时点击仪表板空白区可能未及时显示转换数据问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user