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 }))} /> - */} ) })