king
2023-02-05 eabede786184b634bb7fc0344262ae040732e03b
src/menu/stylecontroller/syscolorsketch/index.jsx
@@ -35,7 +35,7 @@
    return (
      <div className="sys-color-sketch-block">
        {colors.map(color => <span onClick={() => this.handleChange(color)} style={ {background: color} }></span>)}
        {colors.map(color => <span key={color} onClick={() => this.handleChange(color)} style={ {background: color} }></span>)}
      </div>
    )
  }