|
|
|
@ -131,11 +131,12 @@ mixin RawEditorStateSelectionDelegateMixin on EditorState |
|
|
|
|
case TargetPlatform.fuchsia: |
|
|
|
|
case TargetPlatform.linux: |
|
|
|
|
case TargetPlatform.windows: |
|
|
|
|
// Collapse the selection and hide the toolbar and handles. |
|
|
|
|
// Collapse the selection and hide the toolbar and handles. |
|
|
|
|
userUpdateTextEditingValue( |
|
|
|
|
TextEditingValue( |
|
|
|
|
text: textEditingValue.text, |
|
|
|
|
selection: TextSelection.collapsed(offset: textEditingValue.selection.end), |
|
|
|
|
selection: TextSelection.collapsed( |
|
|
|
|
offset: textEditingValue.selection.end), |
|
|
|
|
), |
|
|
|
|
SelectionChangedCause.toolbar, |
|
|
|
|
); |
|
|
|
|