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