mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-17 06:56:34 +08:00
重新设计了创建连线时的逻辑,能够预览连接成功后的外观样式
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Serein.Workbench.Avalonia.Custom.Node.ViewModels
|
||||
[ObservableProperty]
|
||||
private SingleActionNode? nodeMoel;
|
||||
|
||||
|
||||
internal override NodeModelBase NodeModelBase
|
||||
{ get => NodeMoel ?? throw new NotImplementedException(); set => NodeMoel = (SingleActionNode)value; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user