Format code

pull/765/head
X Code 3 years ago
parent 7f36b3bf24
commit 679febd5ca
  1. 1
      CHANGELOG.md
  2. 2
      lib/src/widgets/editor.dart

@ -1,5 +1,6 @@
# [4.1.1]
* Added textSelectionControls field in QuillEditor.
# [4.1.0]
* Added Node to linkActionPickerDelegate.

@ -365,7 +365,7 @@ class QuillEditor extends StatefulWidget {
/// allows to create a custom textSelectionControls,
/// if this is null a default textSelectionControls based on the app's theme
/// will be used
/// will be used
final TextSelectionControls? textSelectionControls;
@override

Loading…
Cancel
Save