mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 04:33:23 +08:00
block
This commit is contained in:
@@ -228,7 +228,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
|||||||
index ++;
|
index ++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
diagramViewModel.InsertChildCommand.Execute(new BlockContainerPara() { Item = container.DataItem, Child = item.Items.FirstOrDefault(), Container = container, Index = index });//待完善
|
diagramViewModel.InsertChildCommand.Execute(new BlockContainerPara() { Item = container.DataItem, Child = item.Items.FirstOrDefault(), Container = container, Index = index });
|
||||||
|
|
||||||
container.BeAttachTo = false;
|
container.BeAttachTo = false;
|
||||||
container.DisableAttachTo = false;
|
container.DisableAttachTo = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user