bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
27 stars 1 forks source link

Fix map controls getting stuck when top bar hides #300

Closed graue closed 9 months ago

graue commented 9 months ago

I forgot to account for the map top controls in #297, causing this:

image

This is kind of a hacky fix. A prop is passed in which isn't actually used, but it forces a re-render, so the useLayoutEffect in MapPlusOverlay recomputes the position of the map top controls.