mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 06:20:00 +00:00
Remove duplicate formatColor call.
This commit is contained in:
@@ -30,7 +30,7 @@ class ColorField extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onChangeNoCheck (v) {
|
onChangeNoCheck (v) {
|
||||||
this.props.onChange(formatColor(v));
|
this.props.onChange(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: I much rather would do this with absolute positioning
|
//TODO: I much rather would do this with absolute positioning
|
||||||
|
|||||||
Reference in New Issue
Block a user