@ -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
final TextSelectionControls? textSelectionControls;
@override