mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-31 05:26:34 +08:00
实现了多画布下,节点的复制粘贴功能
This commit is contained in:
@@ -19,9 +19,9 @@ namespace Serein.Workbench.ViewModels
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 画布当前选中的节点
|
||||
/// 画布当前的节点
|
||||
/// </summary>
|
||||
public NodeControlBase CurrentSelectNode { get; set; }
|
||||
public Dictionary<string, NodeControlBase> NodeControls { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// 正在创建节点方法调用关系
|
||||
|
||||
Reference in New Issue
Block a user