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 488c8e8 commit c631895Copy full SHA for c631895
Flow.Launcher/MainWindow.xaml.cs
@@ -68,7 +68,7 @@ private void OnCopy(object sender, ExecutedRoutedEventArgs e)
68
}
69
else if (!string.IsNullOrEmpty(QueryTextBox.Text))
70
{
71
- _viewModel.ResultCopy(QueryTextBox.SelectedText);
+ System.Windows.Clipboard.SetText(QueryTextBox.SelectedText);
72
73
74
0 commit comments