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(
TextSelection.collapsed(offset: position), ChangeSource.LOCAL);
}
void moveCursorToEnd() {
updateSelection(
TextSelection.collapsed(offset: plainTextEditingValue.text.length),

Loading…
Cancel
Save