Unverified Commit db426693 authored by Tomasz Gucio's avatar Tomasz Gucio Committed by GitHub

Remove duplicate comments in TextEditingActionTarget (#91362)

parent 2708e205
...@@ -1174,8 +1174,6 @@ abstract class TextEditingActionTarget { ...@@ -1174,8 +1174,6 @@ abstract class TextEditingActionTarget {
setSelection(nextSelection, cause); setSelection(nextSelection, cause);
} }
/// Move the current selection to the next line.
///
/// Move the current selection to the next line. /// Move the current selection to the next line.
/// ///
/// If the selection is invalid, does nothing. /// If the selection is invalid, does nothing.
...@@ -1337,8 +1335,6 @@ abstract class TextEditingActionTarget { ...@@ -1337,8 +1335,6 @@ abstract class TextEditingActionTarget {
setSelection(nextSelection, cause); setSelection(nextSelection, cause);
} }
/// Move the current selection to the rightmost point of the current line.
///
/// Move the current selection to the rightmost point of the current line. /// Move the current selection to the rightmost point of the current line.
/// ///
/// If the selection is invalid, does nothing. /// If the selection is invalid, does nothing.
......
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