Merge pull request #369 from PANDAJSR/beta

根据 https://github.com/doudou0720/ICC-CE/pull/20 中的修改建议修改了代码
This commit is contained in:
2,2,3-三甲基戊烷
2026-02-04 14:52:44 +08:00
committed by GitHub
+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;
}