From 473d65c83e50802b589f95c0a70a9a92151f7446 Mon Sep 17 00:00:00 2001 From: stopflock Date: Thu, 4 Dec 2025 18:29:43 -0600 Subject: [PATCH] Was accidentally calling edit sheet on node tap instead of tags shet --- lib/screens/coordinators/map_interaction_handler.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/screens/coordinators/map_interaction_handler.dart b/lib/screens/coordinators/map_interaction_handler.dart index 0bfd7c0..4076b35 100644 --- a/lib/screens/coordinators/map_interaction_handler.dart +++ b/lib/screens/coordinators/map_interaction_handler.dart @@ -38,8 +38,7 @@ class MapInteractionHandler { debugPrint('[MapInteractionHandler] Could not center map on node: $e'); } - // Start edit session for the node - appState.startEditSession(node); + // Note: Edit session is NOT started here - only when user explicitly presses Edit button } /// Handle suspected location tap with selection and highlighting