mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove long press action
This commit is contained in:
parent
53dc82c0f6
commit
53e17e74b9
1 changed files with 0 additions and 5 deletions
|
|
@ -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)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue