improve:PPT翻页打断

This commit is contained in:
2025-12-20 18:11:27 +08:00
parent 3287603d0a
commit 4fb73c155b
2 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -1533,7 +1533,7 @@ namespace Ink_Canvas
strokesToSave = inkCanvas.Strokes.Clone();
}
if (_pptManager?.TryNavigateNext() == true)
if (_pptManager?.TryNavigateNext(skipAnimations: true) == true)
{
var currentSlideAfterNavigate = _pptManager?.GetCurrentSlideNumber() ?? 0;