Merge commit 'ef16d9ed6b0b53d69ed2e60cc384623c78cc71a6' into develop

This commit is contained in:
harukin-expo-dev-env 2025-02-01 10:36:22 +00:00
commit ceffd2da7e

View File

@ -363,7 +363,7 @@ export const EachTrainInfoCore = ({
} else {
SheetManager.hide("EachTrainInfo").then(() => {
//0.1秒待機してから開く
setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 2);
setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 200);
});
}
};