diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a247cd..5d212c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # [4.1.1] * Added textSelectionControls field in QuillEditor. + # [4.1.0] * Added Node to linkActionPickerDelegate. diff --git a/lib/src/widgets/editor.dart b/lib/src/widgets/editor.dart index 2501903d..98a43b12 100644 --- a/lib/src/widgets/editor.dart +++ b/lib/src/widgets/editor.dart @@ -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