Format code

pull/633/head
X Code 3 years ago
parent 017194a428
commit d5affcf9a6
  1. 2
      lib/src/widgets/controller.dart

@ -263,7 +263,7 @@ class QuillController extends ChangeNotifier {
updateSelection( updateSelection(
TextSelection.collapsed(offset: position), ChangeSource.LOCAL); TextSelection.collapsed(offset: position), ChangeSource.LOCAL);
} }
void moveCursorToEnd() { void moveCursorToEnd() {
updateSelection( updateSelection(
TextSelection.collapsed(offset: plainTextEditingValue.text.length), TextSelection.collapsed(offset: plainTextEditingValue.text.length),

Loading…
Cancel
Save