We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f58559 commit 1445027Copy full SHA for 1445027
IPConfig/Views/IPConfigListView.xaml.cs
@@ -81,8 +81,6 @@ private void LbIPConfigs_SelectionChanged(object sender, SelectionChangedEventAr
81
if (lbIPConfigs.SelectedItems.Count == 1)
82
{
83
lbIPConfigs.ScrollIntoView(lbIPConfigs.SelectedItem);
84
- lbIPConfigs.Focus();
85
- lbIPConfigs.UpdateLayout();
86
}
87
88
0 commit comments