mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 23:51:22 +01:00
Remove duplicate formatColor call.
This commit is contained in:
parent
7fa17d81ac
commit
db56ad8b2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue