From c9fbbafe58caa80e6f166e1ec9053497e40fa1c1 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 17 Jun 2026 00:34:35 -0700 Subject: [PATCH] fix: focus selected map area editor --- .../src/components/maps/LocationMapBottomSheet.jsx | 10 ---------- frontend/tests/location-map-manager.spec.ts | 10 +++------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/maps/LocationMapBottomSheet.jsx b/frontend/src/components/maps/LocationMapBottomSheet.jsx index 378f6bd..1f2602c 100644 --- a/frontend/src/components/maps/LocationMapBottomSheet.jsx +++ b/frontend/src/components/maps/LocationMapBottomSheet.jsx @@ -309,16 +309,6 @@ export default function LocationMapBottomSheet({ /> ) : null} - {showSelectedObjectForm && secondaryDraftActions ? ( -
- {secondaryDraftActions} -
- ) : null} - {showUnmappedPanel ? (