diff --git a/Meshtastic/Views/Nodes/MeshMap.swift b/Meshtastic/Views/Nodes/MeshMap.swift index de21cb0d..e84c902e 100644 --- a/Meshtastic/Views/Nodes/MeshMap.swift +++ b/Meshtastic/Views/Nodes/MeshMap.swift @@ -151,6 +151,11 @@ 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)")