Skip to content

fix: allow events to be selected when not on map, before map is shown

fixes #164 (closed)

The issue was that the map exists, but is hidden behind the list. Since we broke the functionality of the list for mobile and it is no longer filtering out events based on extent, we broke the ability to select a feature in the list. This checks for "mapShown" and allows the user to select an event outside of the extents.

Merge request reports