Skip to content

Commit 0f508f7

Browse files
authored
changed editing element focus state
1 parent 80d1ae4 commit 0f508f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableViewCell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ internal async void PrepareForEdit()
309309

310310
if ((Content ?? ContentTemplateRoot) is UIElement editingElement)
311311
{
312-
editingElement.Focus(FocusState.Programmatic);
312+
editingElement.Focus(FocusState.Pointer);
313313
}
314314
}
315315

0 commit comments

Comments
 (0)