根据 https://github.com/doudou0720/ICC-CE/pull/20 中的修改建议修改了代码

This commit is contained in:
PANDA-JSR
2026-02-04 14:49:56 +08:00
parent 93f89e7a41
commit 61e9a456af
+1 -1
View File
@@ -847,7 +847,7 @@ namespace Ink_Canvas
else if (currentMargin.Left > -50 && !isFloatingBarChangingHideMode)
{
LogHelper.WriteLogToFile("[AutoFold] 补救:逻辑为收纳态但UI仍在显示,重新执行收纳动画", LogHelper.LogType.Warning);
FoldFloatingBar(null);
FoldFloatingBar_MouseUp(null, null);
}
return;
}