mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 08:26:36 +08:00
序列化bug修复,近期主要修复bug为主
This commit is contained in:
@@ -104,7 +104,7 @@ namespace AIStudio.Wpf.Mind.Controls
|
||||
_diagramViewModel.Items.Clear();
|
||||
_diagramViewModel.ToObject(json);
|
||||
|
||||
_diagramViewModel.Init();
|
||||
_diagramViewModel.Init(true);
|
||||
_diagramViewModel.IsLoading = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user