mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化了脚本生成AST时的代码提示,增加了脚本运行时错误提示。
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Serein.Workbench.Node.View
|
||||
public void RemoveConnection(ConnectionControl connection)
|
||||
{
|
||||
connectionControls.Remove(connection);
|
||||
connection.Remote();
|
||||
connection.Remove(); // 主动删除连接
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -111,7 +111,7 @@ namespace Serein.Workbench.Node.View
|
||||
{
|
||||
foreach (var connection in this.connectionControls)
|
||||
{
|
||||
connection.Remote();
|
||||
connection.Remove(); // 主动删除连接
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user