king
2023-01-13 7adf0212cd71a8ec604f65ba2c2e9bdfc5dec22d
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)
      })