Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the iOS mark region on setTextInputState (flutter#4418)
Previously, we failed to clear/update the mark text range on updates from the framework. This resulted in a crash if the incoming text value was shorter than the current mark range when iOS attempts to extract the mark range substring from the text. Fixes flutter/flutter#12585
- Loading branch information