mirror of
https://github.com/maputnik/editor.git
synced 2025-12-31 10:30:00 +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'
|
||||
onSortEnd={this.props.onMoveLayer.bind(this)}
|
||||
useDragHandle={true}
|
||||
shouldCancelStart={() => false}
|
||||
/>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user