|
|
@ -852,8 +852,7 @@ class RawEditorState extends EditorState |
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
@override |
|
|
|
void copySelection(SelectionChangedCause cause) { |
|
|
|
void copySelection(SelectionChangedCause cause) { |
|
|
|
_pastePlainText = |
|
|
|
_pastePlainText = widget.controller.getPlainText(); |
|
|
|
widget.controller.getPlainText(); |
|
|
|
|
|
|
|
_pasteStyle = widget.controller.getAllIndividualSelectionStyles(); |
|
|
|
_pasteStyle = widget.controller.getAllIndividualSelectionStyles(); |
|
|
|
// Copied straight from EditableTextState |
|
|
|
// Copied straight from EditableTextState |
|
|
|
super.copySelection(cause); |
|
|
|
super.copySelection(cause); |
|
|
|