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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: