mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Goes back to using the Flutter-drawn context menu for SelectableText. Currently, SystemContextMenu requires an active text input connection to work. This snuck in because SelectableText is based on EditableText. Fixes https://github.com/flutter/flutter/issues/169001