From 3e24cd4dad3b484ae5ee0266b52b310a4dcfe117 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 15 May 2019 15:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/GripDragServices.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Editor/GripDragServices.ts b/src/Editor/GripDragServices.ts index c9d622232..ab0bd89f1 100644 --- a/src/Editor/GripDragServices.ts +++ b/src/Editor/GripDragServices.ts @@ -95,9 +95,7 @@ export class GripDragServices implements EditorService let entDrawP = data.ent.GetGripPoints()[data.indexArr[0]]; let vec = p.clone().sub(entDrawP); data.ent.MoveGripPoints(data.indexArr, vec); - - if (isJig) - data.ent.DeferUpdate(); + data.ent.DeferUpdate(); } }