Move clipboard actions to QuillController

pull/2082/head
Douglas Ward 12 months ago committed by AtlasAutocode
parent be49821a51
commit 046f4459aa
  1. 4
      lib/src/editor/raw_editor/raw_editor.dart

@ -31,7 +31,9 @@ class QuillRawEditor extends StatefulWidget {
configurations.maxHeight == null ||
configurations.minHeight == null ||
configurations.maxHeight! >= configurations.minHeight!,
'maxHeight cannot be null');
'maxHeight cannot be null') {
configurations.controller.readOnly = configurations.readOnly;
}
final QuillRawEditorConfigurations configurations;

Loading…
Cancel
Save