Skip to content

Commit

Permalink
code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 5, 2023
1 parent ac642d3 commit e29a140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-glsp/src/bpmn-helperlines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e29a140

Please sign in to comment.