Hello, looking at the demo I saw that the item's position is being reset after dropping anywhere outside the target
But in my implementation somehow the item's position is not being reset when directly dropping outside of the target
Clicking the dragged item once will reset the position, but the original element is still hidden, making the layout weird when trying to resize the view area (it seems that the ghost/drag element is still visible and the parent element is still invisible)
Hello, looking at the demo I saw that the item's position is being reset after dropping anywhere outside the target
But in my implementation somehow the item's position is not being reset when directly dropping outside of the target Clicking the dragged item once will reset the position, but the original element is still hidden, making the layout weird when trying to resize the view area (it seems that the ghost/drag element is still visible and the parent element is still invisible)
Implementation: https://codesandbox.io/s/drag-and-drop-heqsqx
Thank you for the library and I hope you have a great day!