Add: Clipboard toolbar buttons

pull/2114/head
Douglas Ward 11 months ago committed by AtlasAutocode
parent 49fb900bf6
commit 17d1d59492
  1. 4
      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;

Loading…
Cancel
Save