This commit is contained in:
艾竹
2023-06-13 22:51:59 +08:00
parent efec06f853
commit 0f7a5b0308

View File

@@ -122,7 +122,7 @@ namespace AIStudio.Wpf.DiagramDesigner
this.AddToSelection(true, false);
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
await Task.Delay(1000);
await Task.Delay(10);
AlignNext(this.Next);
}));
@@ -134,7 +134,7 @@ namespace AIStudio.Wpf.DiagramDesigner
child.AddToSelection(true, false);
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
await Task.Delay(1000);
await Task.Delay(10);
AlignNext(this.Next);
}));
}