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 e9102f3 commit 984f2a1Copy full SHA for 984f2a1
Flow.Launcher/MainWindow.xaml.cs
@@ -259,17 +259,6 @@ private void InitProgressbarAnimation()
259
_viewModel.ProgressBarVisibility = Visibility.Hidden;
260
isProgressBarStoryboardPaused = true;
261
}
262
-
263
- private void TextBox_SelectionChanged(object sender, RoutedEventArgs e)
264
- {
265
266
- // QueryTextSuggestionBox.ScrollToCaret();
267
- QueryTextSuggestionBox.CaretIndex = QueryTextBox.CaretIndex;
268
- QueryTextSuggestionBox.ScrollToHorizontalOffset(QueryTextBox.HorizontalOffset);
269
270
271
- }
272
273
public void WindowAnimator()
274
{
275
if (_animating)
0 commit comments