From 1b098db3824728699b2dd9d0820b8599a7750560 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 8 Jul 2025 09:55:07 +0200 Subject: Keep the pointing hand when you stop dragging --- Map/Presentation/Base Components/MapRender/MapVertices.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Base Components/MapRender/MapVertices.swift') diff --git a/Map/Presentation/Base Components/MapRender/MapVertices.swift b/Map/Presentation/Base Components/MapRender/MapVertices.swift index 8b5dde2..621c2f9 100644 --- a/Map/Presentation/Base Components/MapRender/MapVertices.swift +++ b/Map/Presentation/Base Components/MapRender/MapVertices.swift @@ -62,7 +62,7 @@ struct MapVertices: View { onDragVertex(vertex, newX, newY) - NSCursor.arrow.set() + NSCursor.pointingHand.set() } ) -- cgit