实现了多画布下,节点的复制粘贴功能

This commit is contained in:
fengjiayi
2025-05-27 18:32:40 +08:00
parent 7ad6041be6
commit 7848af0363
53 changed files with 1187 additions and 499 deletions

View File

@@ -19,9 +19,9 @@ namespace Serein.Workbench.ViewModels
{
/// <summary>
/// 画布当前选中的节点
/// 画布当前的节点
/// </summary>
public NodeControlBase CurrentSelectNode { get; set; }
public Dictionary<string, NodeControlBase> NodeControls { get; set; } = [];
/// <summary>
/// 正在创建节点方法调用关系