camohub / jquery-sortable-lists

jQuery plugin to sorting lists also the tree structures.
MIT License
209 stars 60 forks source link

Is there a way to disable right clicking to select an object? #44

Closed dgonza12 closed 6 years ago

dgonza12 commented 6 years ago

Right clicking an item makes it so that it's being dragged.

camohub commented 6 years ago

Try onDragStart callback.

dgonza12 commented 6 years ago

Thanks