|
|
|
@ -106,7 +106,7 @@ class RawEditorState extends EditorState |
|
|
|
|
final GlobalKey _editorKey = GlobalKey(); |
|
|
|
|
|
|
|
|
|
// Keyboard |
|
|
|
|
late KeyboardListener _keyboardListener; |
|
|
|
|
late CustomKeyboardListener _keyboardListener; |
|
|
|
|
KeyboardVisibilityController? _keyboardVisibilityController; |
|
|
|
|
StreamSubscription<bool>? _keyboardVisibilitySubscription; |
|
|
|
|
bool _keyboardVisible = false; |
|
|
|
@ -340,7 +340,7 @@ class RawEditorState extends EditorState |
|
|
|
|
tickerProvider: this, |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
_keyboardListener = KeyboardListener( |
|
|
|
|
_keyboardListener = CustomKeyboardListener( |
|
|
|
|
handleCursorMovement, |
|
|
|
|
handleShortcut, |
|
|
|
|
handleDelete, |
|
|
|
|