We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4bb27 commit 5ffdffdCopy full SHA for 5ffdffd
packages/extension/src/bpmn-elements/presets/Task/index.ts
@@ -87,7 +87,7 @@ function boundaryEvent(lf: any) {
87
minX: bbox.minX + offset,
88
maxX: bbox.maxX - offset,
89
minY: bbox.minY + offset,
90
- maxY: bbox.maxX - offset,
+ maxY: bbox.maxY - offset,
91
};
92
if (bx > outerBBox.minX && bx < outerBBox.maxX && by > outerBBox.minY && by < outerBBox.maxY) {
93
if (!(bx > innerBBox.minX && bx < innerBBox.maxX && by > innerBBox.minY && by < innerBBox.maxY)) {
0 commit comments