This commit is contained in:
2025-09-20 12:15:21 +08:00
parent a9cc94ccb6
commit cd90490b8d
2 changed files with 50 additions and 8 deletions
@@ -2750,12 +2750,7 @@ namespace Ink_Canvas
{
// 清空触摸点计数器
dec.Clear();
// 重置多指触摸模式状态
if (isInMultiTouchMode)
{
isInMultiTouchMode = false;
}
// 重置单指拖动模式状态
if (isSingleFingerDragMode)