mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Make layer list sortable again
This commit is contained in:
@@ -326,6 +326,7 @@ export default class LayerList extends React.Component {
|
|||||||
helperClass='sortableHelper'
|
helperClass='sortableHelper'
|
||||||
onSortEnd={this.props.onMoveLayer.bind(this)}
|
onSortEnd={this.props.onMoveLayer.bind(this)}
|
||||||
useDragHandle={true}
|
useDragHandle={true}
|
||||||
|
shouldCancelStart={() => false}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user