mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 07:06:37 +08:00
C# 脚本模块正式发布
This commit is contained in:
@@ -57,7 +57,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
await DoAnimation();
|
||||
break;
|
||||
case nameof(AnimationViewModel.Start):
|
||||
await Application.Current.Dispatcher.BeginInvoke(async () => {
|
||||
await Application.Current.Dispatcher.Invoke(async () => {
|
||||
await DoAnimation();
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user