diff --git a/open-bpmn.glsp-client/open-bpmn-glsp/src/bpmn-helperlines.tsx b/open-bpmn.glsp-client/open-bpmn-glsp/src/bpmn-helperlines.tsx index 320a1b90..5dfaf6df 100644 --- a/open-bpmn.glsp-client/open-bpmn-glsp/src/bpmn-helperlines.tsx +++ b/open-bpmn.glsp-client/open-bpmn-glsp/src/bpmn-helperlines.tsx @@ -277,7 +277,6 @@ export class HelperLineListener extends MouseListener { return [RemoveHelperLinesAction.create()]; // EnableDefaultToolsAction.create() } - /* * Helper Method to find an optional parent pool of a given element. * If the element is not part of a Pool the method returns undefined. @@ -326,7 +325,6 @@ export class HelperLineListener extends MouseListener { canvasBounds=pool.bounds; } } - // const modelElementCenter = Bounds.center(modelElement.bounds); const modelElementCenter = Bounds.center(modelElement.bounds); // In the following we iterate over all model elements // and compare the x and y axis of the center points