mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
At every call site for TextInputModel::DeleteSelected, we perform a check for a collapsed selection. This moves that check into the method itself.