Skip to content

Commit dd20a55

Browse files
committed
fix: launcher scroll into an error item when mouse left click
1 parent f80c76d commit dd20a55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Ui/View/Launcher/ServerSelectionsViewModel.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ public int SelectedIndex
100100
{
101101
RaisePropertyChanged(nameof(SelectedItem));
102102
CalcNoteFieldVisibility();
103-
if (this.View is ServerSelectionsView view)
104-
{
105-
Execute.OnUIThread(() =>
106-
{
107-
view.ListBoxSelections.ScrollIntoView(view.ListBoxSelections.SelectedItem);
108-
});
109-
}
110103
}
111104
}
112105
}

0 commit comments

Comments
 (0)