Commit cf18d25
authored
Fix 2D tap to stop scrolling (#138442)
Adopted from flutter/flutter#133750
That PR was abandoned. This finishes it up so we can land it.
Fixes flutter/flutter#133529
Moves the `PanGestureRecognizer` used to drag the content along both axis to the outer vertical `Scrollable` subclass instead of the inner horizontal `Scrollable` subclass.
- This solves the issue of the inner `Scrollable` gestures being disabled while the outer `Scrollable` is scrolling
- Enables the user to stop the scroll movement by dragging the content again1 parent 4720750 commit cf18d25
File tree
2 files changed
+367
-137
lines changed- packages/flutter
- lib/src/widgets
- test/widgets
2 files changed
+367
-137
lines changed
0 commit comments