Make city clicks update homepage focus

This commit is contained in:
2569718930@qq.com
2026-04-22 23:24:20 +08:00
parent 786e9bba99
commit 4bab7d1138
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function MapCanvas() {
onMapInteractionChange: store.setMapInteractionActive,
onRegisterStopMotion: store.registerMapStopMotion,
onSelectCity: (cityName) => {
void store.selectCity(cityName);
void store.focusCity(cityName);
},
selectedCity: store.selectedCity,
selectedDetail: store.selectedDetail,