In line 49 you added .onDrag(...) to the whole VStack{}.
You could try to add it to the Text(...) inside the VStack to only drag the Text and not the whole Stack.
Post
Replies
Boosts
Views
Activity
Okay thank you for the reply. So one way to fix it would be to wait till SwiftUI gets better. Maybe any other ideas for the meantime? LazyH & V are not an option because I use the drag and drop features of the list.