Unverified Commit 5764b5dd authored by Nils Reichardt's avatar Nils Reichardt Committed by GitHub

Fix typo "technicallv" in `editable_text.dart` (#104701)

parent 99f4ab64
......@@ -2131,7 +2131,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
if (_floatingCursorResetController!.isCompleted) {
renderEditable.setFloatingCursor(FloatingCursorDragState.End, finalPosition, _lastTextPosition!);
if (_lastTextPosition!.offset != renderEditable.selection!.baseOffset) {
// The cause is technicallv the force cursor, but the cause is listed as tap as the desired functionality is the same.
// The cause is technically the force cursor, but the cause is listed as tap as the desired functionality is the same.
_handleSelectionChanged(TextSelection.collapsed(offset: _lastTextPosition!.offset), SelectionChangedCause.forcePress);
}
_startCaretRect = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment