Skip to content

Commit 7f9a88c

Browse files
AndrewKeepCodingmichael-hawker
authored andcommitted
Fix Segmented left-key navigation issue
1 parent df8aa8a commit 7f9a88c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/Segmented/src/Segmented/Segmented.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ private bool MoveFocus(MoveDirection direction)
109109
{
110110
index -= 1;
111111
}
112-
else
113-
{
114-
retVal = true;
115-
}
116112
}
117113
else if (direction == MoveDirection.Next)
118114
{

0 commit comments

Comments
 (0)