jquery-sortablejs icon indicating copy to clipboard operation
jquery-sortablejs copied to clipboard

Can we prevent dragging in vertical Direction ?

Open riyaistar opened this issue 5 years ago • 1 comments
trafficstars

Below is [https://jsfiddle.net/riyamitra/4oatsyde/] (js fiddle for the scenario) I need to prevent vertically scrolling as my list horizontally scrolling. I want the dragging element to be only in horizontal direction.

riyaistar avatar Dec 30 '19 00:12 riyaistar

I don't think you can currently limit the position of the dragged object. As an alternative you can easely hide it by using the dragClass. https://jsfiddle.net/jq49wr0t/

depuits avatar Jan 06 '20 07:01 depuits