mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The observed behavior is that if a keypress both reach framework and flutter textinputplugin selector and the keypress handler in framework causes the the textinputplugin to resign first responder, the selector will still go through even if the textinputplugin has already resigned. The pr makes it so textinputplugin will ignore these selector call fixes https://github.com/flutter/flutter/issues/143270 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style