mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-07 10:10:47 +08:00
修改了无法保存项目文件的bug
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Serein.Library.Framework.NodeFlow
|
||||
if(NodeRunCts == null)
|
||||
{
|
||||
|
||||
NodeRunCts = SereinIoc.GetOrInstantiate<NodeRunCts>();
|
||||
NodeRunCts = SereinIoc.GetOrRegisterInstantiate<NodeRunCts>();
|
||||
}
|
||||
return Task.Factory.StartNew(async () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user