Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bf12f9

Browse files
committed
Fix rebase
1 parent 4c7a512 commit 8bf12f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/flutter/lib/src/widgets/editable_text.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,6 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
20362036
super.build(context); // See AutomaticKeepAliveClientMixin.
20372037

20382038
final TextSelectionControls controls = widget.selectionControls;
2039-
<<<<<<< HEAD
20402039
return MouseRegion(
20412040
cursor: widget.mouseCursor ?? SystemMouseCursors.text,
20422041
child: Scrollable(

0 commit comments

Comments
 (0)