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) } }