Improved SelectionMap
This commit is contained in:
parent
2ef2fee802
commit
29f9a2d476
5 changed files with 106 additions and 76 deletions
|
|
@ -30,6 +30,7 @@ class DistanceSlider extends React.Component {
|
|||
};
|
||||
this.onSliderChange = this.onSliderChange.bind(this);
|
||||
this.onAfterChange = this.onAfterChange.bind(this);
|
||||
this.props.onChange(10);
|
||||
}
|
||||
|
||||
onSliderChange(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue