Add: Clipboard toolbar buttons

pull/2058/head
Douglas Ward 12 months ago committed by AtlasAutocode
parent 7201578bac
commit 308e579cc4
  1. 4
      lib/src/editor/raw_editor/raw_editor.dart

@ -31,9 +31,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