|
|
@ -699,6 +699,10 @@ class RawEditorState extends EditorState |
|
|
|
getRenderEditor()!.debugAssertLayoutUpToDate(); |
|
|
|
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 |
|
|
|
@override |
|
|
|
bool showToolbar() { |
|
|
|
bool showToolbar() { |
|
|
|
// Web is using native dom elements to enable clipboard functionality of the |
|
|
|
// Web is using native dom elements to enable clipboard functionality of the |
|
|
|