src/tabviews/zshare/mutilform/mkColor/index.jsx
@@ -29,7 +29,7 @@ handleChange = (color) => { let _color = `rgba(${ color.rgb.r }, ${ color.rgb.g }, ${ color.rgb.b }, ${ color.rgb.a })` if (!this.props.config.isHex) { if (this.props.config.colorType !== 'hex') { this.setState({ color: _color }, () => { this.props.onChange(_color) })