Make layer list sortable again

This commit is contained in:
Filip Proborszcz 2022-04-08 15:39:40 +02:00
parent 5c3713da90
commit af2629be75

View file

@ -326,6 +326,7 @@ export default class LayerList extends React.Component {
helperClass='sortableHelper'
onSortEnd={this.props.onMoveLayer.bind(this)}
useDragHandle={true}
shouldCancelStart={() => false}
/>
}
}