mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修改了复制粘贴节点后无法显示参数连接关系的问题
This commit is contained in:
@@ -253,7 +253,7 @@ namespace Serein.Workbench.Node.View
|
||||
{
|
||||
if(ArgIndex > -1)
|
||||
{
|
||||
End = EndNode.GetJunctionOfArgData(ArgIndex);
|
||||
End = EndNode.GetJunctionOfArgData(ArgIndex) ?? End;
|
||||
}
|
||||
(Point startPoint, Point endPoint) = RefreshPoint(Canvas, Start, End);
|
||||
BezierLine.UpdatePoints(startPoint, endPoint);
|
||||
|
||||
Reference in New Issue
Block a user