mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
流程上下文添加了调用信息记录
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Serein.Workbench.Node.View
|
||||
var result = nodeContainerControl.PlaceNode(this);
|
||||
if (!result) // 检查是否放置成功,如果不成功,需要重新添加回来
|
||||
{
|
||||
FlowCanvas.Add(this); // 从画布上移除
|
||||
FlowCanvas.Add(this);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user