mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-09 14:17:55 +02:00
Was accidentally calling edit sheet on node tap instead of tags shet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user