From 21d001c95a2bd5704d8ffb6d518f2991cf2583bf Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 14 Feb 2022 06:51:45 -0800 Subject: [PATCH] Update RawEditorState --- lib/src/widgets/raw_editor.dart | 2 ++ 1 file changed, 2 insertions(+) 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;