mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We need to tell the InputMethodManager to restartInput whenever we change our editing state or else it might persist state from earlier in the editing session. Fixes https://github.com/flutter/flutter/issues/2431