mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
bug优化
This commit is contained in:
@@ -360,6 +360,14 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
return false;
|
||||
}
|
||||
|
||||
if (output.ErrorCode == ConnectorErrorCode.ExecuteErr)
|
||||
{
|
||||
input.ErrorCode = ConnectorErrorCode.ExecuteErr;
|
||||
input.ErrorMessage = "无效的输入";
|
||||
input.ColorViewModel.FillColor.Color = Colors.DarkRed;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user