mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:41:55 +01:00
Make layer list sortable again
This commit is contained in:
parent
5c3713da90
commit
af2629be75
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ export default class LayerList extends React.Component {
|
|||
helperClass='sortableHelper'
|
||||
onSortEnd={this.props.onMoveLayer.bind(this)}
|
||||
useDragHandle={true}
|
||||
shouldCancelStart={() => false}
|
||||
/>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue