From 53e17e74b9629a178cea8a78e950875199f36bc4 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 10 Nov 2023 11:22:59 -0800 Subject: [PATCH] Remove long press action --- Meshtastic/Views/Nodes/MeshMap.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Meshtastic/Views/Nodes/MeshMap.swift b/Meshtastic/Views/Nodes/MeshMap.swift index e84c902e..de21cb0d 100644 --- a/Meshtastic/Views/Nodes/MeshMap.swift +++ b/Meshtastic/Views/Nodes/MeshMap.swift @@ -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)")