improve:翻页墨迹加载及浮动栏定位

This commit is contained in:
2025-12-13 20:07:25 +08:00
parent daf0db312b
commit 3cd26323dc
2 changed files with 236 additions and 93 deletions
@@ -3027,7 +3027,10 @@ namespace Ink_Canvas
await Task.Delay(700);
await Dispatcher.InvokeAsync(() =>
{
FoldFloatingBar_MouseUp(new object(), null);
if (_pptManager?.IsInSlideShow != true)
{
FoldFloatingBar_MouseUp(new object(), null);
}
});
});
}