diff --git a/web/app/sketcher/tools/drag.js b/web/app/sketcher/tools/drag.js index a33efbbf..c6d67a14 100644 --- a/web/app/sketcher/tools/drag.js +++ b/web/app/sketcher/tools/drag.js @@ -9,7 +9,6 @@ export class DragTool extends Tool{ this.obj = obj; this._point = {x: 0, y: 0}; this.origin = {x: 0, y: 0}; - this.ref = this.obj.getReferencePoint(); this.solver = null; }