king
2023-01-12 2e27246b216d3d6bb2d7dc56c889c06ff5f4ea6d
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)
      })