diff --git a/lib/src/editor/raw_editor/raw_editor.dart b/lib/src/editor/raw_editor/raw_editor.dart index 6a55425a..23b3130b 100644 --- a/lib/src/editor/raw_editor/raw_editor.dart +++ b/lib/src/editor/raw_editor/raw_editor.dart @@ -38,9 +38,7 @@ class QuillRawEditor extends StatefulWidget { configurations.maxHeight == null || configurations.minHeight == null || configurations.maxHeight! >= configurations.minHeight!, - 'maxHeight cannot be null') { - configurations.controller.readOnly = configurations.readOnly; - } + 'maxHeight cannot be null'); final QuillController controller; final QuillRawEditorConfigurations configurations;