diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index e2c443b12..7ab4371c9 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -259,17 +259,6 @@ namespace Flow.Launcher _viewModel.ProgressBarVisibility = Visibility.Hidden; isProgressBarStoryboardPaused = true; } - - private void TextBox_SelectionChanged(object sender, RoutedEventArgs e) - { - - // QueryTextSuggestionBox.ScrollToCaret(); - QueryTextSuggestionBox.CaretIndex = QueryTextBox.CaretIndex; - QueryTextSuggestionBox.ScrollToHorizontalOffset(QueryTextBox.HorizontalOffset); - - - } - public void WindowAnimator() { if (_animating)