From 34b1aed71cd19ed31fb154257c40038617b8cd26 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 16 Jan 2018 16:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E4=BA=8E=E9=80=89=E4=B8=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=AD=20=E4=B8=8D=E8=BF=9B=E8=A1=8C=E5=A4=B9?= =?UTF-8?q?=E7=82=B9=E6=8D=95=E6=8D=89.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/SnapDragServices.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Editor/SnapDragServices.ts b/src/Editor/SnapDragServices.ts index 8e666c5e3..a4afb8b23 100644 --- a/src/Editor/SnapDragServices.ts +++ b/src/Editor/SnapDragServices.ts @@ -27,6 +27,8 @@ export class SnapDragServices { if (app.m_Editor.m_InputState > InputState.None) return; + if (app.m_Editor.m_SelectCtrl.m_SelectIng) + return; if (this.lastSnapPoint) { let lastVcs = this.lastSnapPoint.clone();