徳島線の徳島駅、阿波池田駅の地点情報が無かった問題をデータソース側の改変で対処

This commit is contained in:
harukin-expo-dev-env
2025-07-06 08:01:57 +00:00
parent 36ac66df3e
commit fdea8be0b4
4 changed files with 52 additions and 10 deletions

View File

@@ -139,7 +139,7 @@ export const AppsWebView = ({ openStationACFromEachTrainInfo }) => {
if (favoriteStation.length < 1) return () => {};
const string = getInjectJavascriptAddress(favoriteStation[0][0].StationNumber);
if (!string) return () => {};
webview.current?.injectJavaScript(string);
webview?.current.injectJavaScript(string);
once = true;
};