This commit is contained in:
orangemug
2018-05-28 11:15:16 +01:00
parent 0aabd33538
commit c71fbcf436
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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}
/>
}