Nicer action on item list

This commit is contained in:
Lukas Martinelli
2016-12-20 19:20:56 +01:00
parent 6a129fcf3f
commit 6d9484ec5e
6 changed files with 141 additions and 41 deletions
+1
View File
@@ -137,6 +137,7 @@ export default class App extends React.Component {
const layerList = <LayerList
onLayersChanged={this.onLayersChanged.bind(this)}
onLayerSelected={this.onLayerSelected.bind(this)}
selectedLayerIndex={this.state.selectedLayerIndex}
layers={layers}
/>