Browse Source

解决滑动问题

ios
王子贤 1 month ago
parent
commit
c88452584d
1 changed files with 1 additions and 0 deletions
  1. 1
      lib/components/sphere_cloud.dart

1
lib/components/sphere_cloud.dart

@ -83,6 +83,7 @@ class _SphereCloudState extends State<SphereCloud> {
projected.sort((a, b) => a.z.compareTo(b.z));
return GestureDetector(
behavior: HitTestBehavior.opaque,
onPanUpdate: (d) {
//
setState(() {

Loading…
Cancel
Save