mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description Automatic focus request on Slider value change prevents Overlay from correctly handling hover events. Fixes #139281 ### Before  ### After 