mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 16:26:34 +08:00
实现了多画布下,节点的复制粘贴功能
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Serein.Workbench.Node.View
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 重置
|
||||
/// 重置连线状态
|
||||
/// </summary>
|
||||
public void Reset()
|
||||
{
|
||||
@@ -139,7 +139,7 @@ namespace Serein.Workbench.Node.View
|
||||
|
||||
}
|
||||
|
||||
public static class GlobalJunctionData
|
||||
public static class GlobalJunctionData1
|
||||
{
|
||||
//private static ConnectingData? myGlobalData;
|
||||
//private static object _lockObj = new object();
|
||||
|
||||
Reference in New Issue
Block a user