a5hik/ng-sortable

Select Drop down inside ul leads to automatic drag

kapilpatwa93 opened this issue · 0 comments

I have a select drop down inside ul and If I click on the drop down and do not select any value and click outside list it leads to automatic drag of the element in which there is select drop down.

Workaround : add a class to the select drop down and check if the clicked element contains that class. but I had to make changes in ng-sortable.js which is not a good practice.

Please look at this issue.