一部状況によって通過駅がしまえなくなるバグを修正
This commit is contained in:
@@ -177,6 +177,7 @@ export const EachTrainInfoCore = ({
|
||||
const [isJumped, setIsJumped] = useState(false);
|
||||
useEffect(() => {
|
||||
if (isJumped) return () => {};
|
||||
setShowThrew(true);
|
||||
if (!points) return () => {};
|
||||
if (points.length == 0) return () => {};
|
||||
const position = points.findIndex((d) => d == true);
|
||||
|
Reference in New Issue
Block a user