Improved SelectionMap

This commit is contained in:
vjrj 2017-12-11 18:23:24 +01:00
parent 2ef2fee802
commit 29f9a2d476
5 changed files with 106 additions and 76 deletions

View file

@ -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) {