mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 11:17:26 +00:00
Tidy
This commit is contained in:
@@ -208,7 +208,7 @@ export default class LayerList extends React.Component {
|
||||
render() {
|
||||
return <LayerListContainer
|
||||
{...this.props}
|
||||
onSortEnd={this.props.onSortEnd.bind(this)}
|
||||
onSortEnd={this.props.onMoveLayer.bind(this)}
|
||||
useDragHandle={true}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user