This commit is contained in:
2025-09-13 18:20:56 +08:00
parent a5ac282ab6
commit eef00eb28f
3 changed files with 80 additions and 5 deletions
+4
View File
@@ -233,6 +233,10 @@ namespace Ink_Canvas.Helpers
{
return manager.SwitchToSlide(slideIndex, currentStrokes);
}
else
{
LogHelper.WriteLogToFile($"无法获取当前墨迹管理器,页面切换失败: {slideIndex}", LogHelper.LogType.Warning);
}
}
catch (Exception ex)
{