mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 05b308b612 - Show all commits

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;
}