mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-06 17:50:48 +08:00
修复了删除参数连接关系时导致调用关系也被删除的bug
This commit is contained in:
@@ -8,8 +8,6 @@ namespace Serein.Workbench.Node.View
|
||||
|
||||
public class ResultJunctionControl : JunctionControlBase
|
||||
{
|
||||
//public override JunctionType JunctionType { get; } = JunctionType.ReturnData;
|
||||
|
||||
public ResultJunctionControl()
|
||||
{
|
||||
base.JunctionType = JunctionType.ReturnData;
|
||||
|
||||
Reference in New Issue
Block a user