From 679febd5ca925c6ba2b2400c49b85aa31f40b529 Mon Sep 17 00:00:00 2001 From: X Code <singerdmx@gmail.com> Date: Sat, 2 Apr 2022 15:54:53 -0700 Subject: [PATCH] Format code --- CHANGELOG.md | 1 + lib/src/widgets/editor.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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