From 0c5f9f47d000b54a982e08c1e4d2a903e3a67305 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 27 Apr 2026 06:15:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20restore=20RadialMenu=20=E2=80=94=20incor?= =?UTF-8?q?rectly=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MapView.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/MapView.jsx b/src/components/MapView.jsx index 408d78d..00b5fe5 100644 --- a/src/components/MapView.jsx +++ b/src/components/MapView.jsx @@ -1504,7 +1504,7 @@ const MapView = forwardRef(function MapView(_, ref) { > Z {zoomLevel.toFixed(1)} - {/* Radial menu disabled until actions are wired + {/* Radial context menu */} setRadialMenu((m) => ({ ...m, open: false }))} /> - */} ) })