From f3a331573be09115f9a92b8e927081f8f743c478 Mon Sep 17 00:00:00 2001 From: yunahi <60233430+yunahi@users.noreply.github.com> Date: Tue, 28 Jul 2020 01:28:22 +0900 Subject: delete console.log --- src/client/views/collections/collectionFreeForm/FormatShapePane.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/collectionFreeForm/FormatShapePane.tsx b/src/client/views/collections/collectionFreeForm/FormatShapePane.tsx index adb71c6aa..a2600a2b3 100644 --- a/src/client/views/collections/collectionFreeForm/FormatShapePane.tsx +++ b/src/client/views/collections/collectionFreeForm/FormatShapePane.tsx @@ -256,10 +256,10 @@ export default class FormatShapePane extends AntimodeMenu { doc._height = (bottom2 - top2); doc._width = (right2 - left2); //if points move out of bounds - console.log(doc.x); + doc.x = oldx - (left - left2); doc.y = oldy - (top - top2); - console.log(doc.x); + } } } -- cgit v1.2.3-70-g09d2