Closed koryphaee closed 3 years ago
Looks good - however, there is a issue:
Reason is that after Drop you are not clearing the dragTargetItem.
It might be a good idea to move the dragTargetItem into the DragDropService and clear it inside the DragDropService.Reset method.
fixed
Expanded the Accepts-Parameter to include the drop target.
I removed the margin in the todo item because it was giving me trouble when trying to drop the item above the first one.