formatting clean up

pull/1710/head
Mike Allen 1 year ago
parent d6237340e2
commit 97b09169aa
  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