Remove long press action

This commit is contained in:
Garth Vander Houwen 2023-11-10 11:22:59 -08:00
parent 53dc82c0f6
commit 53e17e74b9

View file

@ -151,11 +151,6 @@ struct MeshMap: View {
}
}
}
.onLongPressGesture(minimumDuration: 0.5, maximumDistance: 100, pressing: {
pressing in
print(pressing)
}, perform: { value in })
.onTapGesture(perform: { screenCoord in
newWaypointLocation = reader.convert(screenCoord, from: .local)
print("Tapped at \(newWaypointLocation)")