mirror of
https://github.com/maputnik/editor.git
synced 2026-08-03 03:37:25 +00:00
Nicer action on item list
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user