From 0cfc8186b953450a7c76aaa00225d5ccdcc69ec3 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 8 Jun 2021 21:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=B8=85=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Store/DownPanelStore.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/UI/Store/DownPanelStore.ts b/src/UI/Store/DownPanelStore.ts index 33f0732b7..38346b642 100644 --- a/src/UI/Store/DownPanelStore.ts +++ b/src/UI/Store/DownPanelStore.ts @@ -5,14 +5,11 @@ import { app } from '../../ApplicationServices/Application'; import { appCache } from '../../Common/AppCache'; import { ConfigUrls } from '../../Common/HostUrl'; import { PostJson, RequestStatus } from '../../Common/Request'; -import { Singleton } from '../../Common/Singleton'; -import { TempCADFiler } from '../../Common/TempVar'; import { GetIndexDBID } from '../../Common/Utils'; import { ObjectSnapMode } from '../../Editor/ObjectSnapMode'; import { SNAPMODE } from '../../Editor/ShowSnapMenu'; import { AxisSnapMode } from '../../Editor/SnapServices'; import { IndexedDbStore, StoreName } from '../../IndexedDb/IndexedDbStore'; -import { AppToaster } from '../Components/Toaster'; //点转换为字符串. function PointToString(pt: Vector3): string