mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
fix: restore RadialMenu — incorrectly disabled
This commit is contained in:
parent
6bf8717803
commit
0c5f9f47d0
1 changed files with 1 additions and 2 deletions
|
|
@ -1504,7 +1504,7 @@ const MapView = forwardRef(function MapView(_, ref) {
|
|||
>
|
||||
Z {zoomLevel.toFixed(1)}
|
||||
</div>
|
||||
{/* Radial menu disabled until actions are wired
|
||||
{/* Radial context menu */}
|
||||
<RadialMenu
|
||||
open={radialMenu.open}
|
||||
x={radialMenu.x}
|
||||
|
|
@ -1515,7 +1515,6 @@ const MapView = forwardRef(function MapView(_, ref) {
|
|||
centerLabel={radialMenu.centerLabel}
|
||||
onDismiss={() => setRadialMenu((m) => ({ ...m, open: false }))}
|
||||
/>
|
||||
*/}
|
||||
</div>
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue