forked from firka/flutter
79df264a522e3747127d96dee228723fc6acfe9e
Fixes https://github.com/flutter/flutter/issues/101569 This block of code was originally introduced in https://github.com/flutter/engine/pull/15560 , but removing it does not have any affect on the software text editing controls in GBoard. Before this change * shift + arrow right/left selection would collapse after releasing the shift key. * shift + mouse click to expand selection would collapse after releasing the shift key. After this change * shift key up no longer collapses the selection.
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%