mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Floating point error can cause edge pointer coordinates to fall slightly outside of the view's logical bounding box, causing a failure of gesture recognition in Dart code. This patch coerces the DOWN pointer to inside the logical view boundary. https://github.com/flutter/flutter/issues/86882