From 03b35e3d6346800821bb830a7c102dede74647fe Mon Sep 17 00:00:00 2001 From: laurawilsonri Date: Sun, 24 Feb 2019 17:40:47 -0500 Subject: Got it compiling --- src/client/views/collections/CollectionFreeFormView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/collections/CollectionFreeFormView.tsx') diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index 348a11992..d97710ffe 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -165,7 +165,6 @@ export class CollectionFreeFormView extends CollectionViewBase { if (!e.ctrlKey && !e.altKey && !e.shiftKey) { if (this._previewCursorVisible) { //make textbox and add it to this collection - //let { LocalX, LocalY } = this.props.TransformToLocalPoint(this._downX, this._downY); let tr = this.props.ScreenToLocalTransform().translate(this._downX, this._downY); let LocalX = tr.TranslateX; let LocalY = tr.TranslateY; -- cgit v1.2.3-70-g09d2