Add comments

pull/573/head
X Code 3 years ago
parent 091bea1cd7
commit ed1ceb58f0
  1. 4
      lib/src/widgets/raw_editor.dart

@ -699,6 +699,10 @@ class RawEditorState extends EditorState
getRenderEditor()!.debugAssertLayoutUpToDate();
}
/// Shows the selection toolbar at the location of the current cursor.
///
/// Returns `false` if a toolbar couldn't be shown, such as when the toolbar
/// is already shown, or when no text selection currently exists.
@override
bool showToolbar() {
// Web is using native dom elements to enable clipboard functionality of the

Loading…
Cancel
Save