mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
xx
This commit is contained in:
@@ -84,8 +84,8 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
private ItemsContainer _sourceItemsContainer;
|
||||
public ItemsContainer SourceItemsContainer
|
||||
private BlockItemsContainer _sourceItemsContainer;
|
||||
public BlockItemsContainer SourceItemsContainer
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -98,7 +98,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
_sourceItemsContainer = value;
|
||||
if (_sourceItemsContainer != null)
|
||||
{
|
||||
ItemsContainerInfo sourceDataItem = _sourceItemsContainer.Info;
|
||||
BlockItemsContainerInfo sourceDataItem = _sourceItemsContainer.Info;
|
||||
|
||||
sourceDataItem.DataItem.RemoveChild(_sourceItemsContainer.DragObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user