deletefix:issue #210

This commit is contained in:
2025-09-30 18:45:57 +08:00
parent 92bb458345
commit 4d7544eefb
3 changed files with 3 additions and 108 deletions
@@ -2900,11 +2900,6 @@ namespace Ink_Canvas
ViewboxFloatingBar.IsHitTestVisible = true;
BlackboardUIGridForInkReplay.IsHitTestVisible = true;
// 重置书写保护相关状态
isWritingInProgress = false;
touchDownTimes.Clear();
touchDownPositions.Clear();
lastTouchPositions.Clear();
}
catch (Exception ex)