From cad30db0a7518eeccc3318f692b481b9f2ce00c9 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 19 Jul 2023 10:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawApp/lineApp.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index e2807da..ad73bdd 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -109,6 +109,7 @@ const showType = [ Turnout.Type, Signal.Type, Separator.Type, + Train.Type, ]; const physicShowType = [...showType, Section.Type]; const linkShowType = [...showType, SectionLink.Type, AxleCounting.Type];