Fix docs on SingletonFlutterWindow.supportsShowingSystemContextMenu#183142
Fix docs on SingletonFlutterWindow.supportsShowingSystemContextMenu#183142loic-sharma wants to merge 1 commit intoflutter:masterfrom
Conversation
| /// is requested. | ||
| /// This option is used by [AdaptiveTextSelectionToolbar] to decide whether | ||
| /// to show system context menu, or to fallback to the default Flutter context | ||
| /// menu. |
There was a problem hiding this comment.
Copied from:
flutter/engine/src/flutter/lib/ui/platform_dispatcher.dart
Lines 1219 to 1224 in b063aeb
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for SingletonFlutterWindow.supportsShowingSystemContextMenu. The previous documentation incorrectly described spell check functionality. The new documentation clarifies that the property is related to showing the system context menu and is used by AdaptiveTextSelectionToolbar, aligning it with the documentation of the PlatformDispatcher property it forwards to.
|
autosubmit label was removed for flutter/flutter/183142, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
No description provided.