From 54b34340035adfb1ceff359f2617ed025f4e0bc0 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 6 Dec 2017 09:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Getpoint=20=E5=AF=B9=E5=89=8D?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=9A=84=E6=B8=B2=E6=9F=93.=20=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E6=8B=BE=E5=8F=96=E7=82=B9=E4=B9=8B=E5=90=8E=E6=A9=A1?= =?UTF-8?q?=E7=9A=AE=E7=AD=8B=E8=BF=98=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/Editor.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Editor/Editor.ts b/src/Editor/Editor.ts index 247f7e8bd..c4b30dc73 100644 --- a/src/Editor/Editor.ts +++ b/src/Editor/Editor.ts @@ -133,9 +133,7 @@ export class Editor //返回 let _return = () => { - this.m_App.m_Viewer.m_PreViewer.ToSelect(); this.m_InputState = InputState.None; - this.noSnapList.clear(); //清理所有的注入函数. @@ -143,6 +141,7 @@ export class Editor { destroyFunc(); } + this.m_App.m_Viewer.m_PreViewer.ToSelect(); resolve(retValue); this.UpdateScreen();