mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Remove duplicate formatColor call.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user