diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index 5b7f8fd5..8a2d2f38 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/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;