Boring changes
This commit is contained in:
parent
cfaf58dfba
commit
920119ff48
32 changed files with 912 additions and 88 deletions
|
|
@ -69,7 +69,7 @@ export function usePoiLayers({ pois, zoom, isDark }: UsePoiLayersProps) {
|
|||
const { t } = useTranslation();
|
||||
const [popupInfo, setPopupInfo] = useState<PopupInfo | null>(null);
|
||||
|
||||
// Dismiss a lingering hover/cluster popup once the POIs behind it are gone — e.g.
|
||||
// Dismiss a lingering hover/cluster popup once the POIs behind it are gone, e.g.
|
||||
// after the user clears the POI categories. Without this the card stays stuck on
|
||||
// screen because it is only otherwise cleared on mouse-leave or the close button.
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue