Fix formatting issue

pull/1801/head
AtlasAutocode 1 year ago
parent 0593877997
commit ae4c82896e
  1. 3
      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(

Loading…
Cancel
Save