|
|
@ -100,7 +100,7 @@ class RawEditorState extends EditorState |
|
|
|
WidgetsBindingObserver, |
|
|
|
WidgetsBindingObserver, |
|
|
|
TickerProviderStateMixin<RawEditor> |
|
|
|
TickerProviderStateMixin<RawEditor> |
|
|
|
implements TextSelectionDelegate, TextInputClient { |
|
|
|
implements TextSelectionDelegate, TextInputClient { |
|
|
|
final GlobalKey _editorKey = GlobalKey(); |
|
|
|
GlobalKey _editorKey = GlobalKey(); |
|
|
|
final List<TextEditingValue> _sentRemoteValues = []; |
|
|
|
final List<TextEditingValue> _sentRemoteValues = []; |
|
|
|
TextInputConnection? _textInputConnection; |
|
|
|
TextInputConnection? _textInputConnection; |
|
|
|
TextEditingValue? _lastKnownRemoteTextEditingValue; |
|
|
|
TextEditingValue? _lastKnownRemoteTextEditingValue; |
|
|
|