diff --git a/frontend/src/components/canvas/custom-component/DeRichTextView.vue b/frontend/src/components/canvas/custom-component/DeRichTextView.vue index 455d49ac2d..5ccbf081b9 100644 --- a/frontend/src/components/canvas/custom-component/DeRichTextView.vue +++ b/frontend/src/components/canvas/custom-component/DeRichTextView.vue @@ -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) {