端到端 子流程节点展开后 内外节点连线处理

This commit is contained in:
qinoy 2023-07-11 19:59:31 +08:00
parent e380479207
commit 856ddc6b07
2 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,8 @@ public class ExpandOrCloseShapeLinkerConvertHandle {
point.put("y", point.getDoubleValue("y") + toDistanceY);
}
}
definitionHandle.addEle(linker.getString("id"), linker);
}
}
}