This commit is contained in:
2025-09-13 18:13:31 +08:00
parent dbb88d4999
commit a5ac282ab6
4 changed files with 94 additions and 2 deletions
@@ -542,7 +542,7 @@ namespace Ink_Canvas
var strokes = new StrokeCollection(fs);
if (strokes.Count > 0)
{
_multiPPTInkManager?.SaveCurrentSlideStrokes(pageNumber, strokes);
_multiPPTInkManager?.ForceSaveSlideStrokes(pageNumber, strokes);
}
}
}