From f17284d3a8fab0574d6a15830244ee28527dcf79 Mon Sep 17 00:00:00 2001 From: Yuan Date: Wed, 20 Sep 2023 14:57:26 +0800 Subject: [PATCH] merge --- bj-rtss-message | 2 +- src/drawApp/graphics/SignalInteraction.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bj-rtss-message b/bj-rtss-message index be738fb..473f7da 160000 --- a/bj-rtss-message +++ b/bj-rtss-message @@ -1 +1 @@ -Subproject commit be738fbf2d34715099189eba61e425a1b2229c3f +Subproject commit 473f7da13f142c51c774149002e5b8752b0e6825 diff --git a/src/drawApp/graphics/SignalInteraction.ts b/src/drawApp/graphics/SignalInteraction.ts index 20c0c79..d9c3f38 100644 --- a/src/drawApp/graphics/SignalInteraction.ts +++ b/src/drawApp/graphics/SignalInteraction.ts @@ -10,7 +10,6 @@ import { GraphicDataBase, GraphicStateBase } from './GraphicDataBase'; import { GraphicInteractionPlugin, IGraphicScene, - IGraphicApp, JlGraphic, } from 'src/jl-graphic'; import { ContextMenu } from 'src/jl-graphic/ui/ContextMenu';