diff --git a/packages/editor-ui/src/components/TextEdit.vue b/packages/editor-ui/src/components/TextEdit.vue index 11fa9059bb..5e6fb7de6b 100644 --- a/packages/editor-ui/src/components/TextEdit.vue +++ b/packages/editor-ui/src/components/TextEdit.vue @@ -47,6 +47,9 @@ export default Vue.extend({ return false; }, }, + mounted () { + this.tempValue = this.value as string; + }, watch: { dialogVisible () { if (this.dialogVisible === true) {