From 2efe4c6c66dc413a54f61107a6294143e059de85 Mon Sep 17 00:00:00 2001 From: yarnom Date: Thu, 20 Nov 2025 12:07:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=9B=B7=E8=BE=BE?= =?UTF-8?q?=E7=93=A6=E7=89=87=E8=B0=83=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/main.ts b/core/frontend/src/main.ts index 2cf2859..7a830e7 100644 --- a/core/frontend/src/main.ts +++ b/core/frontend/src/main.ts @@ -442,6 +442,7 @@ export class AppComponent implements OnInit, AfterViewInit { this.selectedLocation = (st && st.location) ? st.location : ''; const titleName = st?.name || st?.station_alias || st?.station_id || ''; this.selectedTitle = titleName ? `${titleName}${this.selectedLocation ? ` | ${this.selectedLocation}` : ''}` : (this.selectedLocation || ''); + this.reloadTileTimesAndShow(); if (!suppressUX) { setTimeout(()=>{ try{ this.map.updateSize(); }catch{} }, 300); this.scrollToChart();