This commit is contained in:
2025-09-20 11:49:25 +08:00
parent 176f1cf405
commit ea7d0bbf71
+1 -1
View File
@@ -344,7 +344,7 @@ namespace Ink_Canvas
await CheckIsDrawingShapesInMultiTouchMode();
EnterShapeDrawingMode(3);
CancelSingleFingerDragMode();
isLongPressSelected = true; // 设置为选中状态,避免抬笔后切换回笔模式
isLongPressSelected = false;
lastMouseDownSender = null;
DrawShapePromptToPen();
}