I am making drag & drop lazyVGrid.
i did reference this answer
SwiftUI | Using onDrag and onDrop to reorder Items within one single LazyGrid?
when drag move another item position it working well
but when I long press and not move and drop itself self.dragging not set to nil
how can I fix it??