mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
系统优化
This commit is contained in:
@@ -2530,7 +2530,8 @@ namespace AIStudio.Wpf.Logical.ViewModels
|
||||
{
|
||||
var first = Input.Values.FirstOrDefault();
|
||||
Value = first.ConnectorValue;
|
||||
LinkPoint.Value = first.ConnectorValue;
|
||||
if (LinkPoint !=null)
|
||||
LinkPoint.Value = first.ConnectorValue;
|
||||
foreach (var output in Output)
|
||||
{
|
||||
output.Value.ConnectorValue = first.ConnectorValue;
|
||||
|
||||
Reference in New Issue
Block a user