mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The BaseInputConnection superclass does not call endBatchEdit in setSelection and therefore does not implicitly cause InputConnectionAdaptor to send a state update. Some input modes such as numeric keypads will not function without these updates.