You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/
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.
The text was updated successfully, but these errors were encountered: