|
|
@ -1158,6 +1158,16 @@ class RawEditorState extends EditorState |
|
|
|
PasteTextIntent: _makeOverridable(CallbackAction<PasteTextIntent>( |
|
|
|
PasteTextIntent: _makeOverridable(CallbackAction<PasteTextIntent>( |
|
|
|
onInvoke: (intent) => pasteText(intent.cause))), |
|
|
|
onInvoke: (intent) => pasteText(intent.cause))), |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
|
|
|
|
void insertTextPlaceholder(Size size) { |
|
|
|
|
|
|
|
// TODO: implement insertTextPlaceholder |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
|
|
|
|
void removeTextPlaceholder() { |
|
|
|
|
|
|
|
// TODO: implement removeTextPlaceholder |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
class _Editor extends MultiChildRenderObjectWidget { |
|
|
|
class _Editor extends MultiChildRenderObjectWidget { |
|
|
|