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
{{ message }}
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
I'm using next structure:
ul[dnd-list]
li[ng-repeat][dnd-draggable][dnd-nodrag]
div
div[dnd-handle]
when I'm trying to drag item [dnd-draggable] which is [dnd-nodrag], item is not dragging and this is right. But dndDragging and dndDraggingSource classes added and not removed. [dnd-handle] block works as expected