improve:issue #133

This commit is contained in:
2025-09-20 14:31:38 +08:00
parent 933c695b8c
commit 75e7e36011
+1 -1
View File
@@ -591,7 +591,7 @@ namespace Ink_Canvas
} }
// Palm Eraser 逻辑 // Palm Eraser 逻辑
if (Settings.Canvas.EnablePalmEraser && dec.Count >= 2 && !isPalmEraserActive) if (Settings.Canvas.EnablePalmEraser && !isPalmEraserActive)
{ {
touchPoint = e.GetTouchPoint(inkCanvas); touchPoint = e.GetTouchPoint(inkCanvas);
double boundWidth = GetTouchBoundWidth(e); double boundWidth = GetTouchBoundWidth(e);