formatting clean up

pull/1719/head
Mike Allen 1 year ago committed by X Code
parent 103157a74d
commit 1899295fd3
  1. 3
      lib/src/widgets/raw_editor/raw_editor_state.dart

@ -224,8 +224,7 @@ class QuillRawEditorState extends EditorState
textEditingValue.selection.start,
textEditingValue.selection.end - textEditingValue.selection.start,
deltaFromClipboard,
TextSelection.collapsed(
offset: textEditingValue.selection.end));
TextSelection.collapsed(offset: textEditingValue.selection.end));
bringIntoView(textEditingValue.selection.extent);

Loading…
Cancel
Save