Move clipboard actions to QuillController

pull/2114/head
Douglas Ward 12 months ago committed by AtlasAutocode
parent a3147639b1
commit 49fb900bf6
  1. 4
      lib/src/editor/raw_editor/raw_editor.dart

@ -38,7 +38,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 QuillController controller;
final QuillRawEditorConfigurations configurations;

Loading…
Cancel
Save