mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
xx
This commit is contained in:
@@ -121,7 +121,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
child.RemoveFromSelection();
|
||||
this.AddToSelection(true, false);
|
||||
|
||||
AlignNext(this.Next);
|
||||
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
||||
await Task.Delay(1000);
|
||||
AlignNext(this.Next);
|
||||
}));
|
||||
|
||||
}
|
||||
|
||||
public virtual void RemoveChild(BlockDesignerItemViewModel child)
|
||||
@@ -129,7 +133,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
this.RemoveFromSelection();
|
||||
child.AddToSelection(true, false);
|
||||
|
||||
AlignNext(this.Next);
|
||||
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
||||
await Task.Delay(1000);
|
||||
AlignNext(this.Next);
|
||||
}));
|
||||
}
|
||||
|
||||
public ObservableCollection<ItemsContainerInfo> Contains
|
||||
|
||||
Reference in New Issue
Block a user