From f4b640114de65a16296d79e66252ebc3c9430914 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 31 七月 2021 00:30:07 +0800
Subject: [PATCH] 2021-07-31

---
 src/tabviews/zshare/mutilform/mkTextArea/index.jsx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/mutilform/mkTextArea/index.jsx b/src/tabviews/zshare/mutilform/mkTextArea/index.jsx
index ef57945..48429fc 100644
--- a/src/tabviews/zshare/mutilform/mkTextArea/index.jsx
+++ b/src/tabviews/zshare/mutilform/mkTextArea/index.jsx
@@ -59,6 +59,7 @@
       this.inputRef.current.focus()
     } else if (type === 'input') {
       this.setState({value})
+      this.props.onChange(value, true)
     }
   }
 

--
Gitblit v1.8.0