Skip to content
Snippets Groups Projects
Commit 1519521e authored by Tom Robinson's avatar Tom Robinson
Browse files

Param reordering: Switch from drag handle only to using distance prop

parent a7120afa
Branches
Tags
No related merge requests found
......@@ -144,8 +144,8 @@ export default class Parameters extends Component {
{ mt1: isQB },
)}
axis="x"
distance={5}
onSortEnd={this.handleSortEnd}
useDragHandle
>
{parameters.map((parameter, index) => (
<ParameterWidget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment