From ae4c82896e5350a3ea628c595c4d3507a580bd9b Mon Sep 17 00:00:00 2001 From: AtlasAutocode Date: Sat, 6 Apr 2024 18:08:13 -0600 Subject: [PATCH] Fix formatting issue --- lib/src/widgets/quill/quill_controller.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/widgets/quill/quill_controller.dart b/lib/src/widgets/quill/quill_controller.dart index a1b17fc6..ebbaa7d6 100644 --- a/lib/src/widgets/quill/quill_controller.dart +++ b/lib/src/widgets/quill/quill_controller.dart @@ -478,7 +478,8 @@ class QuillController extends ChangeNotifier { super.dispose(); } - void _updateSelection(TextSelection textSelection, {bool insertNewline = false}) { + void _updateSelection(TextSelection textSelection, + {bool insertNewline = false}) { _selection = textSelection; final end = document.length - 1; _selection = selection.copyWith(