Update RawEditorState

pull/670/head
X Code 3 years ago
parent 9004ec95ee
commit 21d001c95a
  1. 2
      lib/src/widgets/raw_editor.dart

@ -253,6 +253,8 @@ class RawEditorState extends EditorState
// Cursors
late CursorCont _cursorCont;
QuillController get controller => widget.controller;
// Focus
bool _didAutoFocus = false;
bool get _hasFocus => widget.focusNode.hasFocus;

Loading…
Cancel
Save