diff --git a/lib/src/widgets/text_selection.dart b/lib/src/widgets/text_selection.dart index 5b4a4888..85362c7a 100644 --- a/lib/src/widgets/text_selection.dart +++ b/lib/src/widgets/text_selection.dart @@ -159,7 +159,7 @@ class EditorTextSelectionOverlay { selectionDelegate ..userUpdateTextEditingValue( value.copyWith(selection: newSelection, composing: TextRange.empty), - SelectionChangedCause.keyboard) + SelectionChangedCause.drag) ..bringIntoView(textPosition); }