mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
继续调整
This commit is contained in:
@@ -92,9 +92,10 @@ namespace AIStudio.Wpf.Flowchart.Controls
|
||||
|
||||
private void CreateFlowchartModel(string json)
|
||||
{
|
||||
_diagramViewModel.IsLoading = true;
|
||||
_diagramViewModel.Items.Clear();
|
||||
|
||||
_diagramViewModel.ToObject(json);
|
||||
_diagramViewModel.IsLoading = false;
|
||||
}
|
||||
|
||||
public static readonly DependencyProperty GetDataFuncProperty =
|
||||
|
||||
Reference in New Issue
Block a user