From c88452584d11bc2755706bec2490989304a6487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Sat, 31 Jan 2026 10:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=BB=91=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/sphere_cloud.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/sphere_cloud.dart b/lib/components/sphere_cloud.dart index 4569991..2b0472c 100644 --- a/lib/components/sphere_cloud.dart +++ b/lib/components/sphere_cloud.dart @@ -83,6 +83,7 @@ class _SphereCloudState extends State { projected.sort((a, b) => a.z.compareTo(b.z)); return GestureDetector( + behavior: HitTestBehavior.opaque, onPanUpdate: (d) { // 你可以按手感调整系数 setState(() {