This commit is contained in:
CJK_mkp
2025-06-11 21:58:40 +08:00
parent d8fd231476
commit 661fd21626
+1 -1
View File
@@ -759,7 +759,7 @@ namespace Ink_Canvas {
await Task.Delay(150); await Task.Delay(150);
Application.Current.Dispatcher.InvokeAsync(() => { await Application.Current.Dispatcher.InvokeAsync(() => {
ViewboxFloatingBarMarginAnimation(100, true); ViewboxFloatingBarMarginAnimation(100, true);
}); });
} }