Add: Clipboard toolbar buttons

pull/1892/head
Douglas Ward 1 year ago committed by AtlasAutocode
parent bd20e074ed
commit b364dd0930
  1. 4
      lib/src/widgets/raw_editor/raw_editor.dart

@ -29,9 +29,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 QuillRawEditorConfigurations configurations;

Loading…
Cancel
Save