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/mkInput/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/mutilform/mkInput/index.jsx b/src/tabviews/zshare/mutilform/mkInput/index.jsx index a9281ab..1907f06 100644 --- a/src/tabviews/zshare/mutilform/mkInput/index.jsx +++ b/src/tabviews/zshare/mutilform/mkInput/index.jsx @@ -43,6 +43,7 @@ this.inputRef.current.select() } else if (type === 'input') { this.setState({value}) + this.props.onChange(value, true) } } -- Gitblit v1.8.0