Remove duplicate formatColor call.

This commit is contained in:
orangemug 2019-10-12 10:16:46 +01:00
parent 7fa17d81ac
commit db56ad8b2e

View file

@ -30,7 +30,7 @@ class ColorField extends React.Component {
}
onChangeNoCheck (v) {
this.props.onChange(formatColor(v));
this.props.onChange(v);
}
//TODO: I much rather would do this with absolute positioning