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
When transferring items between multiple groups, but relesed drag otside of any group, the onDragend event is not triggered, but the internal store is still updated with the transferred item.
Steps to Reproduce
Create multiple groups with drag and drop functionality.
Drag an item from one group to another.
Instead of dropping it into another group, move it so internaly it is transfered, but latter release the item outside any group box.
Expected Outcome
The onDragend event should trigger consistently whenever a drag operation is completed, regardless of whether the item is dropped into a group or released outside.
Other option, possibly simpler, is to add easy way to return to state before drag, when its dragged and dropped outside any group
As you can see in the GIF above, when we move an item from Space 1 to Space 2 and then release it outside any space, the "onDragEnd" event is not triggered. In any other situation, both onDragStart and onDragEnd are triggered.
When transferring items between multiple groups, but relesed drag otside of any group, the onDragend event is not triggered, but the internal store is still updated with the transferred item.
Steps to Reproduce
Expected Outcome
The onDragend event should trigger consistently whenever a drag operation is completed, regardless of whether the item is dropped into a group or released outside.
Other option, possibly simpler, is to add easy way to return to state before drag, when its dragged and dropped outside any group
Possibly it can also be a part of this #117
The text was updated successfully, but these errors were encountered: