This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-04-25 17:00:07 +08:00
parent d904eb33c4
commit 05b308b612
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ class QuestionImageView extends HookWidget with EventBusMixin<BottomOperationBar
///
var lastDrop = getLastDrop(vnHandWritings.value, vnHandWritings.value.length-1);
if (lastDrop != null && ((lastDrop.dx - localPosition.dx).abs() > 40 || (lastDrop.dy - localPosition.dy).abs() > 40)) {
if (lastDrop != null && ((lastDrop.dx - localPosition.dx).abs() > 65 || (lastDrop.dy - localPosition.dy).abs() > 65)) {
/// X点和上一个x点相差 10
return;
}