From 05b308b61212dd803c05169202f1855bf8021ad9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Fri, 25 Apr 2025 17:00:07 +0800 Subject: [PATCH] 1111 --- .../homework_review/components/question_paper_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/making_school_asignment_app/lib/page/home_page/children/homework_review/components/question_paper_view.dart b/making_school_asignment_app/lib/page/home_page/children/homework_review/components/question_paper_view.dart index faa1daa..ffbaa53 100644 --- a/making_school_asignment_app/lib/page/home_page/children/homework_review/components/question_paper_view.dart +++ b/making_school_asignment_app/lib/page/home_page/children/homework_review/components/question_paper_view.dart @@ -525,7 +525,7 @@ class QuestionImageView extends HookWidget with EventBusMixin 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; }